login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A017557 a(n) = 12*n + 3. 11
3, 15, 27, 39, 51, 63, 75, 87, 99, 111, 123, 135, 147, 159, 171, 183, 195, 207, 219, 231, 243, 255, 267, 279, 291, 303, 315, 327, 339, 351, 363, 375, 387, 399, 411, 423, 435, 447, 459, 471, 483, 495, 507, 519, 531, 543, 555, 567, 579, 591, 603, 615, 627, 639 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Apart from initial term(s), dimension of the space of weight 2n cusp forms for Gamma_0( 44 ).
LINKS
Tanya Khovanova, Recursive Sequences.
William A. Stein, The modular forms database.
FORMULA
a(n) = 2*a(n-1) - a(n-2). - Vincenzo Librandi, Jun 07 2011
A089911(2*a(n)) = 8. - Reinhard Zumkeller, Jul 05 2013
From G. C. Greubel, Sep 18 2019: (Start)
G.f.: 3*(1+3*x)/(1-x)^2.
E.g.f.: 3*(1+4*x)*exp(x). (End)
Sum_{n>=0} (-1)^n/a(n) = (Pi + 2*log(sqrt(2)+1))/(12*sqrt(2)). - Amiram Eldar, Dec 12 2021
MAPLE
seq(12*n+3, n=0..60); # G. C. Greubel, Sep 18 2019
MATHEMATICA
12*Range[0, 60]+3 (* Vladimir Joseph Stephan Orlovsky, Feb 19 2011 *)
PROG
(Magma) [12*n+3: n in [0..60]]; // Vincenzo Librandi, Jun 07 2011
(Haskell)
a017557 = (+ 3) . (* 12) -- Reinhard Zumkeller, Jul 05 2013
(PARI) a(n)=12*n+3 \\ Charles R Greathouse IV, Jul 10 2016
(Sage) [12*n+3 for n in (0..60)] # G. C. Greubel, Sep 18 2019
(GAP) List([0..60], n-> 12*n+3 ); # G. C. Greubel, Sep 18 2019
CROSSREFS
Sequence in context: A121250 A105549 A080065 * A147041 A347536 A002259
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 20 00:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)