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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Subsequence of A129244
LINKS
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

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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)