|
Search: id:A129963
|
|
|
| A129963 |
|
Primes of the form 4^n + n. |
|
+0 1
|
|
| 5, 67, 262153, 1073741839, 18889465931478580854821, 1496577676626844588240573268701473812127674924007509, 11857109937901178411373668864889641764174846429761593757640456602410304475129459\ 7
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
It is convenient, although not necessary, to let n be an odd number since n even => 4^n + n is even > 2. Conjecture: There is an infinite number of primes in this sequence.
|
|
EXAMPLE
|
For n = 3, 4^3+3=67 is prime.
|
|
PROGRAM
|
(PARI) f(n) = for(x=1, n, y=2^x+x; if(isprime(y), print1(y", ")))
|
|
CROSSREFS
|
Sequence in context: A123034 A166619 A113064 this_sequence A115764 A003361 A099334
Adjacent sequences: A129960 A129961 A129962 this_sequence A129964 A129965 A129966
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)hotmail.com), Jun 10 2007, Aug 20 2007
|
|
|
Search completed in 0.002 seconds
|