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!)
A182342 Primes of the form n*2^n + 5. 0
5, 7, 13, 29, 389, 2053, 49157, 106501, 402653189, 1744830469, 2473901162501, 184717953466373, 774056185954309, 31057439705591620336669228531717, 70745044697537026438728012485623813 (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
5 = 0*2^0 + 5; 7 = 1*2^1 + 5; 13 = 2*2^2 + 5; 29 = 3*2^3 + 5; 389 = 6*2^6 + 5
MAPLE
#choose N large, then S is the desired set
f:=n->n*2^n + 5:
S:={}:
for n from 0 to N do if(isprime(f(n))) then S:=S union {f(n)}: fi: od
CROSSREFS
Sequence in context: A158294 A090610 A230115 * A178648 A241859 A293059
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 September 15 02:54 EDT 2024. Contains 375931 sequences. (Running on oeis4.)