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!)
A182352 Primes of the form n*2^n - 3. 4

%I #6 Apr 26 2012 12:17:27

%S 5,61,157,229373,1048573,2228221,584115552253,10445360463869,

%T 1448241753615514100500122329229605507956733,

%U 8380834989110329694147210304728253347914979574441574397

%N Primes of the form n*2^n - 3.

%C These are similar to the Woodall primes, A050918, which are primes of the form n*2^n-1.

%e 5 = 2*2^2 - 3; 61 = 4*2^4 - 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 {f(n)}: fi: od

%Y Cf. A050918.

%K nonn

%O 1,1

%A _Patrick Devlin_, Apr 25 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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)