Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A057732
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A057732 Numbers n such that 2^n + 3 is prime. +0
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; listen)
OFFSET

1,2

COMMENT

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

REFERENCES

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

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]

PROGRAM

(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 this_sequence A092591 A039947 A096477

Adjacent sequences: A057729 A057730 A057731 this_sequence 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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 13:47 EST 2009. Contains 167481 sequences.


AT&T Labs Research