login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104071 Primes of the form 2^n+3^3. 1
29, 31, 43, 59, 283, 1051, 8219, 16411, 65563, 1099511627803, 2199023255579, 17592186044443, 77371252455336267181195291, 1298074214633706907132624082305051 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

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] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 13 2010]

CROSSREFS

Sequence in context: A050667 A178456 A069453 * A132240 A132243 A125523

Adjacent sequences:  A104068 A104069 A104070 * A104072 A104073 A104074

KEYWORD

nonn

AUTHOR

Roger Lee Bagula (rlbagulatftn(AT)yahoo.com), Mar 02 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 07:22 EST 2012. Contains 205706 sequences.