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!)
A285632 Numbers k such that 6*10^k + 17 is prime. 0
0, 2, 4, 8, 40, 116, 234, 258, 532, 1048, 1062, 1590, 2594, 3286, 4036, 6232, 6700, 7800, 12002, 13296, 23124, 29338, 181306 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 6 followed by k-2 occurrences of the digit 0 followed by the digits 17 is prime (see Example section).
a(24) > 2*10^5.
If k is odd then 6*10^k + 17 is divisible by 11. - David Radcliffe, Sep 04 2018
LINKS
Makoto Kamada, Search for 60w17.
EXAMPLE
4 is in this sequence because 6*10^4 + 17 = 60017 is prime.
Initial terms and primes associated:
a(1) = 0, 23;
a(2) = 2, 617;
a(3) = 4, 60017;
a(4) = 8, 600000017;
a(5) = 40, 60000000000000000000000000000000000000017; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ{6*10^# + 17] &]
CROSSREFS
Sequence in context: A058236 A259120 A319595 * A102918 A326951 A018395
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Apr 23 2017
EXTENSIONS
a(23) from Robert Price, Apr 07 2019
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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)