The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A293001 Numbers k such that 69*10^k + 1 is prime. 0
1, 3, 5, 15, 17, 37, 49, 80, 91, 107, 176, 343, 452, 599, 914, 1393, 1513, 2057, 3332, 6477 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>0, numbers such that the digits 69 followed by k-1 occurrences of the digit 0 followed by the digit 1 is prime (see Example section).
a(21) > 10^5.
LINKS
Makoto Kamada, Search for 690w1
EXAMPLE
3 is in this sequence because 69*10^3 + 1 = 69001 is prime.
Initial terms and primes associated:
a(1) = 1, 691;
a(2) = 3, 69001;
a(3) = 5, 6900001;
a(4) = 15, 69000000000000001;
a(5) = 17, 6900000000000000001; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[69*10^# + 1] &]
CROSSREFS
Sequence in context: A097856 A071593 A192794 * A018358 A319583 A094358
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Sep 27 2017
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 May 13 21:17 EDT 2024. Contains 372523 sequences. (Running on oeis4.)