login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A129245
Least K such that K*(prime(100*n)^(100*n))-1 is prime with prime(n)=n-th prime.
2
290, 264, 5180, 3438, 992, 744, 1088, 12770, 8010, 12452
OFFSET
1,1
COMMENTS
Subsequence of A129244
FORMULA
a(n) = A129244(10*n). - Michel Marcus, Sep 16 2019
PROG
(PARI) a(n) = {my(k=1); while (!isprime(k*(prime(100*n)^(100*n))-1), k++); k; } \\ Michel Marcus, Sep 16 2019
CROSSREFS
Sequence in context: A013883 A180701 A091680 * A186553 A075420 A075421
KEYWORD
nonn,more
AUTHOR
Pierre CAMI, Apr 05 2007
STATUS
approved