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!)
A241749 a(n) = n^2 + 13. 2
13, 14, 17, 22, 29, 38, 49, 62, 77, 94, 113, 134, 157, 182, 209, 238, 269, 302, 337, 374, 413, 454, 497, 542, 589, 638, 689, 742, 797, 854, 913, 974, 1037, 1102, 1169, 1238, 1309, 1382, 1457, 1534, 1613, 1694, 1777, 1862, 1949, 2038, 2129, 2222, 2317 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
For i=0..28, 2*a(i)+3 is prime . - Vincenzo Librandi, Jun 01 2014
LINKS
FORMULA
G.f.: (13 - 25*x + 14*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 02 2020: (Start)
Sum_{n>=0} 1/a(n) = (1 + sqrt(13)*Pi*coth(sqrt(13)*Pi))/26.
Sum_{n>=0} (-1)^n/a(n) = (1 + sqrt(13)*Pi*cosech(sqrt(13)*Pi))/26. (End)
MATHEMATICA
Table[n^2 + 13, {n, 0, 60}]
PROG
(Magma) [n^2+13: n in [0..60]];
(PARI) a(n)=n^2+13 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Cf. similar sequences listed in A114962.
Sequence in context: A267382 A135024 A173036 * A098045 A293817 A360097
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Apr 30 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 June 10 10:32 EDT 2024. Contains 373264 sequences. (Running on oeis4.)