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!)
A120300 Numbers k such that 10^k + 11131719 is prime. 0
2, 12, 16, 17, 30, 40, 41, 42, 60, 110, 12104, 12678 (list; graph; refs; listen; history; text; internal format)
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.
LINKS
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

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 August 26 12:38 EDT 2024. Contains 375456 sequences. (Running on oeis4.)