The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A182354 Primes of the form n*2^n + 3. 1
3, 5, 11, 67, 163, 10243, 22531, 7516192771, 43980465111043, 142788163609707759784588649053552643, 2637188343637273091841153207596203638787 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These are similar to the Woodall primes, A050918, which are primes of the form n*2^n - 1.
LINKS
EXAMPLE
3 = 0*2^0 + 3; 5 = 1*2^1 + 3; 11 = 2*2^2 + 3; 67 = 4*2^4 + 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 {f(n)}: fi: od
CROSSREFS
Sequence in context: A328381 A058029 A206640 * A046928 A089070 A232536
KEYWORD
nonn
AUTHOR
Patrick Devlin, Apr 25 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 June 5 01:34 EDT 2024. Contains 373102 sequences. (Running on oeis4.)