login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057678 Primes of the form 2^p - p where p is prime. 5
2, 5, 8179, 524269 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Next term, if it exists, has more than 618 digits. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 27 2005

Next term, if it exists, has more than 10,000 digits.

MAPLE

a:=proc(n) if isprime(2^ithprime(n)-ithprime(n))=true then 2^ithprime(n)-ithprime(n) else fi end: seq(a(n), n=1..310); (Deutsch)

MATHEMATICA

lst={}; Do[p=Prime[n]; If[PrimeQ[p=2^p-p], AppendTo[lst, p]], {n, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 28 2009]

CROSSREFS

Cf. A057663-A057665, A056677.

Sequence in context: A187604 A082815 A115893 * A090071 A139062 A122760

Adjacent sequences:  A057675 A057676 A057677 * A057679 A057680 A057681

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Oct 19 2000

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 19:06 EST 2012. Contains 205945 sequences.