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”).

A057825
Values of k for which A003418(k) - 1 is prime.
4
3, 4, 5, 6, 7, 8, 19, 20, 21, 22, 23, 24, 29, 30, 32, 33, 34, 35, 36, 47, 48, 61, 62, 63, 97, 98, 99, 100, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 233, 234, 235, 236, 237, 238, 307, 308, 309, 310, 401, 402, 403, 404, 405, 406, 407, 408, 887, 888, 889, 890
OFFSET
1,1
COMMENTS
Fewer distinct primes than distinct values of a(n) are generated. So, e.g., k = 97, 98, 99, 100 all correspond to lcm([1..97]) - 1 = 69720375229712477164533808935312303556799, a prime.
LINKS
PROG
(PARI) isok(k) = ispseudoprime(lcm(vector(k, i, i))-1); \\ Jinyuan Wang, May 02 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Nov 08 2000
STATUS
approved