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!)
A104071 Primes of the form 2^k + 27. 2
29, 31, 43, 59, 283, 1051, 8219, 16411, 65563, 1099511627803, 2199023255579, 17592186044443, 77371252455336267181195291, 1298074214633706907132624082305051 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 2^A157007(n) + 27. - Elmo R. Oliveira, Nov 08 2023
MATHEMATICA
a = Delete[Union[Flatten[Table[If [PrimeQ[2^n + 27] == True, 2^n + 27, 0], {n, 1, 400}]]], 1]
PROG
(Magma) [ a: n in [0..750] | IsPrime(a) where a is 2^n+27]; // Vincenzo Librandi, Nov 13 2010
CROSSREFS
Sequence in context: A102906 A178456 A069453 * A288616 A273547 A132240
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Mar 02 2005
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)