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!)
A179741 a(n) = (2*n+1)*(6*n-1). 2
-1, 15, 55, 119, 207, 319, 455, 615, 799, 1007, 1239, 1495, 1775, 2079, 2407, 2759, 3135, 3535, 3959, 4407, 4879, 5375, 5895, 6439, 7007, 7599, 8215, 8855, 9519, 10207, 10919, 11655, 12415, 13199, 14007, 14839, 15695, 16575, 17479, 18407 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = a(n-1) + 24*n + 16.
a(n) = 2*a(n-1) - a(n-2) + 16.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3).
a(n) = A077591(n+1) + A061037(2*n-1).
From Bruno Berselli, Jan 25 2011: (Start)
G.f.: (-1 +18*x +7*x^2)/(1-x)^3.
a(n) = A184005(4*n) (n>0). (End)
E.g.f.: (-1 + 16*x + 12*x^2)*exp(x). - G. C. Greubel, Jul 22 2017
From Amiram Eldar, Oct 08 2023: (Start)
Sum_{n>=1} 1/a(n) = (3*log(3) - Pi*sqrt(3) + 4)/16.
Sum_{n>=1} (-1)^(n+1)/a(n) = (3*Pi - 2*sqrt(3)*log(sqrt(3)+2) - 4)/16. (End)
MATHEMATICA
Table[12n^2+4n-1, {n, 0, 40}] (* or *) LinearRecurrence[{3, -3, 1}, {-1, 15, 55}, 40] (* Harvey P. Dale, Dec 17 2013 *)
PROG
(Magma) [(2*n+1)*(6*n-1): n in [0..50]]; // Vincenzo Librandi, Aug 04 2011
(PARI) a(n)=(2*n+1)*(6*n-1) \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Sequence in context: A043192 A043972 A226196 * A144312 A062025 A211797
KEYWORD
sign,easy
AUTHOR
Paul Curtz, Jan 10 2011
EXTENSIONS
Edited by N. J. A. Sloane, Jan 12 2011
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 13 19:11 EDT 2024. Contains 372522 sequences. (Running on oeis4.)