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!)
A122207 Primes of the form A109724[n] = A007504[n^2] or the sum of the first n^2 primes. 4
2, 17, 8893, 24133, 768373, 1583293, 2180741, 3875933, 6426919, 173472547, 289093219, 741938801, 2738357903, 2895147163, 3058653607, 17056871941, 24109439269, 26602406177, 29286422621, 62073696299, 65420584637, 68902997299 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers n such that A109724[n] = A007504[n^2] is a prime are listed in A122208[n] = {1,2,8,10,22,26,28,32,36,78,88,110,150,152,154,...}.
LINKS
FORMULA
a(n) = A109724[ A122208[n] ] = A007504[ A122208[n]^2 ].
EXAMPLE
Prime 17 = 2 + 3 + 5 + 7 = a(2) is equal to the sum of the first 4 = 2^2 primes.
Prime 24133 = a(4) is equal to sum of the first 100 = 10^2 primes.
MATHEMATICA
s=0; Do[s=Sum[Prime[k], {k, 1, n^2}]; If[PrimeQ[s], Print[{n, n^2, s}]], {n, 1, 154}]
CROSSREFS
Sequence in context: A279884 A060353 A002814 * A174305 A003819 A078624
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Aug 25 2006
EXTENSIONS
More terms from Ray Chandler, Dec 02 2018
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 14 17:25 EDT 2024. Contains 372533 sequences. (Running on oeis4.)