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!)
A160029 Primes of the form 2^(2^n)+51. 4
53, 67, 307, 65587, 18446744073709551667, 340282366920938463463374607431768211507 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Generated by n = 0, 2, 3, 4, 6, 7,...
a(7) > 2^(2^23)+51. - Martin Møller Skarbiniks Pedersen, May 31 2016
LINKS
MATHEMATICA
Select[Table[2^(2^n) + 51, {n, 0, 10}], PrimeQ] (* Vincenzo Librandi, May 31 2016 *)
PROG
(PARI) g(n, m) = for(x=0, n, y=2^(2^x)+m; if(ispseudoprime(y), print1(y", ")))
(Magma) [a: n in [0..15] | IsPrime(a) where a is 2^(2^n)+51]; // Vincenzo Librandi, May 31 2016
CROSSREFS
Sequence in context: A034965 A363188 A341662 * A229663 A223091 A301479
KEYWORD
nonn
AUTHOR
Cino Hilliard, Apr 30 2009
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)