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!)
A121248 Numbers k such that the sum of the first 2^k primes is a prime. 2
0, 1, 2, 6, 9, 10, 32, 36, 55 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Corresponding primes in the sums of the first 2^n primes or primes in A099825[n] are given in A113617[n] = {2,5,17,8893,868151,3875933,219554912086470964379,...}.
LINKS
FORMULA
A099825(a(n)) = A113617(n). - Amiram Eldar, Jul 01 2024
MATHEMATICA
Do[f=Sum[Prime[k], {k, 1, 2^n}]; If[PrimeQ[f], Print[{n, f}]], {n, 0, 32}]
CROSSREFS
Sequence in context: A370802 A370810 A071814 * A066586 A146974 A133160
KEYWORD
nonn,hard,more
AUTHOR
Alexander Adamchuk, Aug 22 2006
EXTENSIONS
Edited by Robert G. Wilson v, Aug 26 2006
a(7)-a(9) from Amiram Eldar, Jul 01 2024
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 July 27 03:18 EDT 2024. Contains 374636 sequences. (Running on oeis4.)