The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A129963 Primes of the form 4^k + k. 2
5, 67, 262153, 1073741839, 18889465931478580854821, 1496577676626844588240573268701473812127674924007509, 118571099379011784113736688648896417641748464297615937576404566024103044751294597 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It is convenient, although not necessary, to let k be an odd number since k even => 4^k + k is even > 2.
Conjecture: sequence is infinite.
The next term (a(8)) has 126 digits. - Harvey P. Dale, Jun 05 2014
LINKS
EXAMPLE
For k = 3, 4^3 + 3 = 67 is prime.
MATHEMATICA
Select[Table[4^n+n, {n, 1, 251, 2}], PrimeQ] (* Harvey P. Dale, Jun 05 2014 *)
PROG
(PARI) f(n) = for(x=1, n, y=2^x+x; if(isprime(y), print1(y", ")))
CROSSREFS
Sequence in context: A197776 A197606 A207979 * A115764 A252794 A328359
KEYWORD
nonn
AUTHOR
Cino Hilliard, Jun 10 2007, Aug 20 2007
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 May 20 08:05 EDT 2024. Contains 372703 sequences. (Running on oeis4.)