login
A120300
Numbers k such that 10^k + 11131719 is prime.
0
2, 12, 16, 17, 30, 40, 41, 42, 60, 110, 12104, 12678
OFFSET
1,1
COMMENTS
11131719 is the concatenation of 11,13,17,19, the primes between 10 and 20, chosen because they appear on the Ishango prime bone. Notice the consecutive values of 40, 41 and 42 above. Also 10^12678+11131719 and 10^12104+11131719 are probable primes (Fermat and Lucas PRPs) that occur in this sequence.
REFERENCES
Jason Earls, Red Zen, Lulu Press, NY, 2007, pp. 147-148. ISBN: 978-1-4303-2017-3.
PROG
(PARI) for(n=1, 200, if(isprime(10^n+11131719), print1(n", ")))
CROSSREFS
Sequence in context: A036499 A107607 A102975 * A089021 A176888 A114974
KEYWORD
more,nonn
AUTHOR
Jason Earls, May 27 2007
EXTENSIONS
a(11)-a(12) from Michael S. Branicky, Mar 27 2023
STATUS
approved