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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104070 Primes of the form 2^n + 9. 4
11, 13, 17, 41, 73, 137, 521, 1033, 262153, 8388617, 1073741833, 137438953481, 140737488355337, 144115188075855881, 73786976294838206473, 4835703278458516698824713, 39614081257132168796771975177 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

a = Delete[Union[Flatten[Table[If [PrimeQ[2^n + 9] == True, 2^ n + 9, 0], {n, 1, 400}]]], 1]

PROG

(MAGMA) [ a: n in [0..250] | IsPrime(a) where a is 2^n+3^2 ] [From Vincenzo Librandi, Jan 26 2011]

CROSSREFS

Cf. A057196 (numbers n such that 2^n + 9 is prime). [From Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Mar 14 2009]

Sequence in context: A032502 A167794 A019336 * A019371 A068335 A087776

Adjacent sequences:  A104067 A104068 A104069 * A104071 A104072 A104073

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 18:45 EST 2012. Contains 205835 sequences.