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

%I #9 Jul 24 2019 22:45:39

%S 3,9,13,15,25,49,55,69,115,2071,6249,13669,14215,14625,396127

%N Numbers n such that 2^(n+1) - n - 2 is prime.

%D Dean Hickerson, personal communication.

%F a(n) = A099439(n) - 1. - _Hugo Pfoertner_, Jul 24 2019

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

%Y Cf. A099439.

%K nonn

%O 1,1

%A _Jason Earls_, Aug 17 2001

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

%E a(15) from _Karsten Bonath_, Jun 07 2018

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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)