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!)
A160034 Primes of the form 2^(2^n) + 807 . 4
809, 811, 823, 1063, 66343, 18446744073709552423, 115792089237316195423570985008687907853269984665640564039457584007913129640743 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Terms given correspond to n= 0, 1, 2, 3, 4, 6 and 8.
Next term is >= 2^2^25 + 807. - Charles R Greathouse IV, Jun 07 2016
LINKS
MATHEMATICA
Select[Table[2^(2^n) + 807, {n, 0, 10}], PrimeQ] (* Vincenzo Librandi, Jun 05 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..10] | IsPrime(a) where a is 2^(2^n) + 807 ]; // Vincenzo Librandi, Jun 05 2016
CROSSREFS
Cf. similar sequences listed in A273547.
Sequence in context: A235093 A259959 A332180 * A273811 A252028 A031599
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 May 26 15:24 EDT 2024. Contains 372826 sequences. (Running on oeis4.)