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!)
A159261 Primes of the form 1 + sum_{i=1..n} 2^prime[i] for some n. 2
5, 13, 173, 2111, 665773, 3142394278117397493736691789093238367784438314557856426157 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes whose binary representation has the 0 and prime bits set up to prime(n). The values of n are in A159260.
LINKS
MATHEMATICA
s=1; Reap[Do[s=s+2^Prime[n]; If[PrimeQ[s], Sow[s]], {n, 50}]][[2, 1]]
CROSSREFS
Sequence in context: A336097 A187894 A214591 * A117077 A124924 A209271
KEYWORD
nonn
AUTHOR
T. D. Noe, Apr 07 2009
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 24 08:42 EDT 2024. Contains 372773 sequences. (Running on oeis4.)