|
| |
|
|
A057196
|
|
Numbers n such that 2^n + 9 is prime.
|
|
8
| |
|
|
1, 2, 3, 5, 6, 7, 9, 10, 18, 23, 30, 37, 47, 57, 66, 82, 95, 119, 175, 263, 295, 317, 319, 327, 670, 697, 886, 1342, 1717, 1855, 2394, 2710, 3229, 3253, 3749, 4375, 4494, 4557, 5278, 5567, 9327, 10129, 12727, 13615, 14893, 16473, 23639, 40053, 44399, 50335, 80949
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Some of the larger terms are only probable primes.
|
|
|
MATHEMATICA
| Do[ If[ PrimeQ[ 2^n +9 ], Print[n]], { n, 1, 15000 }]
|
|
|
CROSSREFS
| Cf. A104070 (primes of the form 2^n+3^2). [From Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Mar 14 2009]
Sequence in context: A179460 A171886 A018559 * A080637 A124134 A007071
Adjacent sequences: A057193 A057194 A057195 * A057197 A057198 A057199
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 15 2000
|
|
|
EXTENSIONS
| More terms from Mike Oakes (mikeoakes2(AT)aol.com), Aug 17 2001
Edited by T. D. Noe (noe(AT)sspectra.com), Oct 30 2008
|
| |
|
|