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!)
A057225 Numbers n such that (Product of first n Mersenne prime exponents) - 1 is prime. 1
2, 3, 5, 9, 13, 27 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Position[FoldList[Times, MersennePrimeExponent[Range[30]]]-1, _?PrimeQ]//Flatten (* Harvey P. Dale, Oct 01 2023 *)
PROG
(PARI) lista(v) = {for (n=1, #v, if (isprime(prod(k=1, n, v[k]) - 1), print1(n, ", ")); ); } \\ with v=A000043. Michel Marcus, Jan 07 2014
CROSSREFS
Sequence in context: A175125 A171925 A186946 * A309289 A220315 A070819
KEYWORD
nonn
AUTHOR
G. L. Honaker, Jr., Sep 18 2000
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 11:45 EDT 2024. Contains 375938 sequences. (Running on oeis4.)