login
The OEIS is supported by the many generous donors 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. 2
3, 9, 13, 15, 25, 49, 55, 69, 115, 2071, 6249, 13669, 14215, 14625, 396127 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
Dean Hickerson, personal communication.
LINKS
FORMULA
a(n) = A099439(n) - 1. - Hugo Pfoertner, Jul 24 2019
PROG
(PARI) for(n=1, 5000, if(isprime(2^(n+1)-n-2), print(n)))
CROSSREFS
Cf. A099439.
Sequence in context: A193927 A111230 A046865 * A077791 A176393 A345460
KEYWORD
nonn
AUTHOR
Jason Earls, Aug 17 2001
EXTENSIONS
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 03 2008
a(15) from Karsten Bonath, Jun 07 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 13 17:55 EDT 2024. Contains 374285 sequences. (Running on oeis4.)