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!)
A160032 Primes of the form 2^(2^n)+93. 4
97, 109, 349, 65629, 4294967389, 18446744073709551709 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Terms given correspond to n = 1, 2, 3, 4, 5 and 6.
Next term >= 2^2^24 + 93. - Charles R Greathouse IV, Jun 07 2016
LINKS
MAPLE
select(isprime, [seq(2^(2^n)+93, n=0..15)]); # Robert Israel, Jun 07 2016
MATHEMATICA
Select[Table[2^(2^n) + 93, {n, 0, 20}], PrimeQ]; // Vincenzo Librandi, Jun 07 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)+93]; // Vincenzo Librandi, Jun 07 2016
CROSSREFS
Cf. similar sequences listed in A273547.
Sequence in context: A232767 A039490 A033202 * A136477 A078494 A139980
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 July 8 17:45 EDT 2024. Contains 374170 sequences. (Running on oeis4.)