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!)
A211486 Primes of the form 5+3*2^n. 2
11, 17, 29, 53, 101, 197, 389, 773, 49157, 196613, 1572869, 12582917, 50331653, 402653189, 1610612741, 12884901893, 824633720837, 54043195528445957, 432345564227567621, 3458764513820540933, 226673591177742970257413, 59421121885698253195157962757 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[5+2^Range[0, 2000]*3, PrimeQ]
PROG
(Magma) [ a: n in [0..250] | IsPrime(a) where a is 5+3*2^n ]
(PARI) {for(n=0, 80, if(isprime(k=5+3*2^n), print1(k, ", ")))}
CROSSREFS
Cf. A057913 (n such that 3*2^n + 5 is prime).
Sequence in context: A234098 A153502 A249377 * A208573 A142718 A258866
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Apr 13 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 9 16:14 EDT 2024. Contains 373248 sequences. (Running on oeis4.)