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!)
A057664 Primes of the form p + 2^p where p is prime. 15
11, 37, 618970019642690137449562201, 266998379490113760299377713271194014325338065294581596243380200977777465722580068752870260867389 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term has 212 digits. - Harvey P. Dale, Feb 19 2018
LINKS
MATHEMATICA
lst={}; Do[p=Prime[n]; If[PrimeQ[p=p+2^p], AppendTo[lst, p]], {n, 5!}]; lst (* Vladimir Joseph Stephan Orlovsky, Jan 28 2009 *)
Select[#+2^#&/@Prime[Range[100]], PrimeQ] (* Harvey P. Dale, Feb 19 2018 *)
CROSSREFS
Sequence in context: A162929 A116059 A100842 * A279770 A071853 A072313
KEYWORD
nonn
AUTHOR
Labos Elemer, Oct 16 2000
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 April 25 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)