|
Search: id:A081296
|
|
|
| A081296 |
|
Primes of the form 2^k - k. |
|
+0 2
|
|
| 2, 5, 503, 8179, 524269, 2097131, 36028797018963913, 3705346855594118253554271520278013051304639509300498049262642688253220148477691
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Primes in A000325.
Next term a(9) contains roughly 1000 digits and is too large to include. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 15 2007
|
|
PROGRAM
|
(PARI) { for(k=1, 100000, if(isprime(2^k-k), print(2^k-k) ; ) ; ) ; } - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 15 2007
|
|
CROSSREFS
|
Sequence in context: A081462 A035128 A138696 this_sequence A133378 A068105 A065588
Adjacent sequences: A081293 A081294 A081295 this_sequence A081297 A081298 A081299
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystems.com), Apr 20 2003
|
|
EXTENSIONS
|
More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 15 2007
|
|
|
Search completed in 0.002 seconds
|