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!)
A354537 Numbers k that are Mersenne primes (A000668) such that 2*k is in A354525. 3
1, 511, 147573952589676412927, 174224571863520493293247799005065324265471 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Terms in A354536 that are Mersenne primes. Note that all Mersenne primes are in A354536.
LINKS
FORMULA
By definition, equals A354536 \ A000668.
a(n) = 2^A354532(n) - 1 = A354534(n)/2.
EXAMPLE
See A354532.
PROG
(PARI) lista(nn, {lim=256}, {lim_p=1<<32}) = for(n=1, nn, if(isA354532(n, lim, lim_p), print1(2^n-1, ", "))) \\ See A354532 for the function isA354532
CROSSREFS
Sequence in context: A217915 A263167 A139303 * A035884 A035596 A095843
KEYWORD
nonn,hard,more
AUTHOR
Jianing Song, Aug 17 2022
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 03:29 EDT 2024. Contains 373089 sequences. (Running on oeis4.)