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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057732 Numbers n such that 2^n + 3 is prime. 15
1, 2, 3, 4, 6, 7, 12, 15, 16, 18, 28, 30, 55, 67, 84, 228, 390, 784, 1110, 1704, 2008, 2139, 2191, 2367, 2370, 4002, 4060, 4062, 4552, 5547, 8739, 17187, 17220, 17934, 20724, 22732, 25927, 31854, 33028, 35754, 38244, 39796, 40347, 55456, 58312, 122550 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Some of the larger entries may only correspond to probable primes.

REFERENCES

Mike Oakes, posting to primenumbers(AT)yahoogroups.com on Jul 08 2001

LINKS

Henri & Renaud Lifchitz, PRP Records.

MATHEMATICA

Clear[f, n]; f[n_]:=PrimeQ[2^n+3]; lst={}; Do[If[f[n], AppendTo[lst, n]], {n, 8!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Aug 02 2009]

PROG

(PARI) j=[]; for(n=1, 2200, if(isprime(2^n+3), j=concat(j, n))); j

CROSSREFS

Cf. A050414 (2^n-3 is prime).

Sequence in context: A057128 A018534 A018276 * A092591 A039947 A096477

Adjacent sequences:  A057729 A057730 A057731 * A057733 A057734 A057735

KEYWORD

nice,nonn

AUTHOR

G. L. Honaker, Jr. (honak3r(AT)gmail.com), Oct 29 2000

EXTENSIONS

More terms from Jason Earls (zevi_35711(AT)yahoo.com), Jul 18 2001 and Mike Oakes (mikeoakes2(AT)aol.com), Jul 28 2001

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