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!)
A336117 Primes of the form q*2^h + 1, where q is a Mersenne prime. 2
7, 13, 29, 97, 113, 193, 449, 509, 769, 7937, 12289, 114689, 520193, 786433, 7340033, 8388593, 33292289, 33550337, 469762049, 2130706433, 3221225473, 8588886017, 137438691329, 206158430209, 2199023254529, 6597069766657, 562948879679489, 7881299347898369, 9007182074871809 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
For all n >= 1, A335885(a(n)) <= 2.
PROG
(PARI)
A000265(n) = (n>>valuation(n, 2));
isA000668(n) = (isprime(n)&&!bitand(n, 1+n));
isA336117(n) = (isprime(n)&&isA000668(A000265(n-1)));
CROSSREFS
Sequence in context: A182624 A096333 A133325 * A283709 A063583 A350072
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 09 2020
EXTENSIONS
More terms from Jinyuan Wang, Jul 11 2020
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 4 21:34 EDT 2024. Contains 373102 sequences. (Running on oeis4.)