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!)
A241890 a(n) = n^2 + 24. 2
24, 25, 28, 33, 40, 49, 60, 73, 88, 105, 124, 145, 168, 193, 220, 249, 280, 313, 348, 385, 424, 465, 508, 553, 600, 649, 700, 753, 808, 865, 924, 985, 1048, 1113, 1180, 1249, 1320, 1393, 1468, 1545, 1624, 1705, 1788, 1873, 1960, 2049, 2140, 2233, 2328 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (24 - 47*x + 25*x^2)/(1 - x)^3.
a(n) = a(-n) = 3*a(n-1) - 3*a(n-2) + a(n-3) = a(n-1) + 2*n - 1.
From Amiram Eldar, Nov 04 2020: (Start)
Sum_{n>=0} 1/a(n) = (1 + sqrt(24)*Pi*coth(sqrt(24)*Pi))/48.
Sum_{n>=0} (-1)^n/a(n) = (1 + sqrt(24)*Pi*cosech(sqrt(24)*Pi))/48. (End)
MATHEMATICA
Table[n^2 + 24, {n, 0, 60}]
PROG
(Magma) [n^2+24: n in [0..60]];
(PARI) a(n)=n^2+24 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Cf. similar sequences listed in A114962.
Sequence in context: A123608 A141587 A296866 * A027729 A008856 A022394
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, May 01 2014
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 23 09:20 EDT 2024. Contains 372760 sequences. (Running on oeis4.)