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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063791 Numbers n such that 2^(n+1) - n - 2 is prime. 1
3, 9, 13, 15, 25, 49, 55, 69, 115, 2071, 6249, 13669, 14215, 14625 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

Dean Hickerson, personal communication.

PROG

(PARI) for(n=1, 5000, if(isprime(2^(n+1)-n-2), print(n)))

CROSSREFS

Sequence in context: A193927 A111230 A046865 * A077791 A176393 A163595

Adjacent sequences:  A063788 A063789 A063790 * A063792 A063793 A063794

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 17 2001

EXTENSIONS

More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 03 2008

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 17 02:48 EST 2012. Contains 205978 sequences.