[go: up one dir, main page]

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!)
A241750 a(n) = n^2 + 15. 2
15, 16, 19, 24, 31, 40, 51, 64, 79, 96, 115, 136, 159, 184, 211, 240, 271, 304, 339, 376, 415, 456, 499, 544, 591, 640, 691, 744, 799, 856, 915, 976, 1039, 1104, 1171, 1240, 1311, 1384, 1459, 1536, 1615, 1696, 1779, 1864, 1951, 2040, 2131, 2224, 2319 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: (15 - 29*x + 16*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 03 2020: (Start)
Sum_{n>=0} 1/a(n) = (1 + sqrt(15)*Pi*coth(sqrt(15)*Pi))/30.
Sum_{n>=0} (-1)^n/a(n) = (1 + sqrt(15)*Pi*cosech(sqrt(15)*Pi))/30. (End)
MATHEMATICA
Table[n^2 + 15, {n, 0, 60}]
PROG
(Magma) [n^2+15: n in [0..60]];
(PARI) a(n)=n^2+15 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Cf. similar sequences listed in A114962.
Sequence in context: A114841 A031168 A108856 * A039689 A332515 A063530
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 August 29 12:14 EDT 2024. Contains 375516 sequences. (Running on oeis4.)