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!)
A057224 Numbers n such that (Product of first n Mersenne prime exponents) + 1 is prime. 1
1, 2, 3, 4, 5, 6, 13, 17 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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: A072564 A223938 A222194 * A153695 A300857 A255261
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 April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)