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!)
A182375 Positive integers n such that n*2^n - 3 is prime. 0

%I #5 Apr 26 2012 14:30:20

%S 2,4,5,14,16,17,34,38,133,175,218,284,1036,1441,1550,2893,2933,3770

%N Positive integers n such that n*2^n - 3 is prime.

%C Similar to the Woodall primes, A050918.

%C The next term in this sequence is unknown; if it is infinite, the next term is greater than 8000.

%e 5 = 2*2^2 - 3; 61 = 4*2^4 - 3; 157 = 5*2^5 - 3

%p #choose N large, then S is the desired set

%p f:=n->n*2^n - 3:

%p S:={}:

%p for n from 0 to N do if(isprime(f(n))) then S:=S union {n}: fi: od

%Y Cf. A050918. Values for primes are A182352.

%K nonn

%O 1,1

%A _Patrick Devlin_, Apr 26 2012

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 24 10:10 EDT 2024. Contains 371935 sequences. (Running on oeis4.)