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!)
A273547 Primes of the form 2^(2^n) + 27. 21
29, 31, 43, 283, 65563 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Terms given correspond to n = 0, 1, 2, 3, and 4.
Next term >= 18.
Next term >= 2^2^22 + 27. - Charles R Greathouse IV, Jun 06 2016
LINKS
MATHEMATICA
Select[Table[2^(2^n) + 27, {n, 0, 20}], PrimeQ]
PROG
(Magma) [a: n in [0..15] | IsPrime(a) where a is 2^(2^n)+27];
(PARI) for(n=0, 4, if(ispseudoprime(t=2^2^n+27), print1(t", "))) \\ Charles R Greathouse IV, Jun 06 2016
CROSSREFS
Cf. primes of the form 2^(2^n)+k: A160027 (k=15), this sequence (k=27), A160029 (k=51), A160028 (k=81), A160032 (k=93), A273548 (k=163), A273549 (k=165), A273550 (k=177), A273551 (k=253), A273552 (k=267), A273804 (k=301), A273805 (k=331), A273806 (k=357), A160030 (k=385), A273807 (k=427), A273808 (k=463), A273809 (k=487), A273810 (k=597), A160033 (k=757), A273811 (k=805), A160034 (k=807).
Sequence in context: A069453 A104071 A288616 * A132240 A132243 A125523
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, May 31 2016
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 08:09 EDT 2024. Contains 371922 sequences. (Running on oeis4.)