|
Search: id:A129962
|
|
|
| A129962 |
|
Primes of the form 2^n + n. |
|
+0 1
|
|
| 3, 11, 37, 521, 32783, 549755813927, 37778931862957161709643, 2417851639229258349412433, 618970019642690137449562201, 26699837949011376029937771327119401432533806529458159624338020097777746572258006\ 8752870260867389
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
It is convenient, although not necessary, to let n be an odd number since n even => 2^n + n is even > 2. Conjecture: There is an infinite number of primes in this sequence. If n is prime we have A057664.
|
|
EXAMPLE
|
for n = 3, 2^3+3=11 prime and the second entry.
|
|
PROGRAM
|
(PARI) f(n) = forstep(x=1, n, 2, y=2^x+x; if(isprime(y), print1(y", ")))
|
|
CROSSREFS
|
Cf. A057664.
Sequence in context: A046722 A047102 A109000 this_sequence A026361 A006189 A092201
Adjacent sequences: A129959 A129960 A129961 this_sequence A129963 A129964 A129965
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)hotmail.com), Jun 10 2007
|
|
|
Search completed in 0.002 seconds
|