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
2, 4, 5, 14, 16, 17, 34, 38, 133, 175, 218, 284, 1036, 1441, 1550, 2893, 2933, 3770 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Similar to the Woodall primes, A050918.
The next term in this sequence is unknown; if it is infinite, the next term is greater than 8000.
LINKS
EXAMPLE
5 = 2*2^2 - 3; 61 = 4*2^4 - 3; 157 = 5*2^5 - 3
MAPLE
#choose N large, then S is the desired set
f:=n->n*2^n - 3:
S:={}:
for n from 0 to N do if(isprime(f(n))) then S:=S union {n}: fi: od
CROSSREFS
Cf. A050918. Values for primes are A182352.
Sequence in context: A368378 A367298 A039574 * A295402 A121410 A002959
KEYWORD
nonn
AUTHOR
Patrick Devlin, Apr 26 2012
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 April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)