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!)
A114963 a(n) = n^2 + 22. 2
22, 23, 26, 31, 38, 47, 58, 71, 86, 103, 122, 143, 166, 191, 218, 247, 278, 311, 346, 383, 422, 463, 506, 551, 598, 647, 698, 751, 806, 863, 922, 983, 1046, 1111, 1178, 1247, 1318, 1391, 1466, 1543, 1622, 1703, 1786, 1871, 1958, 2047, 2138, 2231, 2326, 2423 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Old name was: "Numbers of the form x^2 + 22".
x^2 + 22 != y^n for all x,y and n > 1.
LINKS
J. H. E. Cohn, The diophantine equation x^2 + C = y^n, Acta Arithmetica LXV.4 (1993).
FORMULA
G.f.: x*(22 - 43*x + 23*x^2)/(1 - x)^3. - Vincenzo Librandi, Apr 30 2014
From Amiram Eldar, Nov 04 2020: (Start)
Sum_{n>=0} 1/a(n) = (1 + sqrt(22)*Pi*coth(sqrt(22)*Pi))/44.
Sum_{n>=0} (-1)^n/a(n) = (1 + sqrt(22)*Pi*cosech(sqrt(22)*Pi))/44. (End)
MATHEMATICA
Table[n^2 + 22, {n, 0, 60}] (* Vincenzo Librandi, Apr 30 2014 *)
PROG
(PARI) a(n)=n^2+22 \\ Amiram Eldar, Nov 04 2020
(Magma) [n^2+22: n in [0..60]]; // Vincenzo Librandi, Apr 30 2014
CROSSREFS
Cf. similar sequences listed in A114962.
Sequence in context: A276182 A091404 A260994 * A146755 A106556 A106554
KEYWORD
nonn,easy
AUTHOR
Cino Hilliard, Feb 21 2006
EXTENSIONS
a(0)=22 from Vincenzo Librandi, Apr 30 2014
Definition changed by Bruno Berselli, Mar 13 2015
Offset corrected by Amiram Eldar, Nov 04 2020
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 26 23:01 EDT 2024. Contains 372847 sequences. (Running on oeis4.)