The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A144410 a(n) = 4*(3*n+1)*(3*n+2). 1
8, 80, 224, 440, 728, 1088, 1520, 2024, 2600, 3248, 3968, 4760, 5624, 6560, 7568, 8648, 9800, 11024, 12320, 13688, 15128, 16640, 18224, 19880, 21608, 23408, 25280, 27224, 29240, 31328, 33488, 35720, 38024, 40400, 42848, 45368, 47960, 50624, 53360, 56168, 59048, 62000, 65024, 68120, 71288, 74528, 77840, 81224, 84680, 88208, 91808, 95480 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The sequence lists all numbers k such that k+1 is a square and k+4 is divisible by 12. - Bruno Berselli, Sep 28 2017
LINKS
FORMULA
G.f.: 8*(1 + 7*x + x^2)/(1 - x)^3. - Michael De Vlieger, Sep 29 2017
a(n) = 8*A060544(n+1).
a(n) = A136016(2*n+1).
a(n) = a(m) + 36*(n - m)*(n + m + 1). For m = n-1, a(n) = a(n-1) + 72*n. - Bruno Berselli, Sep 29 2017
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3), n >= 3. - Klaus Purath, Jul 05 2020
E.g.f.: 4*(2 +18*x +9*x^2)*exp(x). - G. C. Greubel, Mar 27 2021
From Amiram Eldar, Dec 10 2022: (Start)
Sum_{n>=0} 1/a(n) = Pi/(12*sqrt(3)) (A244977).
Sum_{n>=0} (-1)^n/a(n) = log(2)/6. (End)
MAPLE
A144410:= n-> 4*(3*n+1)*(3*n+2); seq(A144410(n), n=0..60); # G. C. Greubel, Mar 27 2021
MATHEMATICA
Table[4 (3 n + 1) (3 n + 2), {n, 0, 51}] (* or *)
CoefficientList[Series[8 (1 + 7 x + x^2)/(1 - x)^3, {x, 0, 51}], x] (* Michael De Vlieger, Sep 29 2017 *)
PROG
(Magma) [4*(3*n+1)*(3*n+2): n in [0..40]]; // Vincenzo Librandi, Aug 07 2011
(PARI) a(n)=4*(3*n+1)*(3*n+2) \\ Charles R Greathouse IV, Jun 17 2017
(Sage) [4*(3*n+1)*(3*n+2) for n in (0..60)] # G. C. Greubel, Mar 27 2021
CROSSREFS
Sequence in context: A204095 A061477 A069543 * A188149 A164755 A050799
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, Sep 30 2008
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 May 21 05:34 EDT 2024. Contains 372728 sequences. (Running on oeis4.)