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!)
A281911 Numbers k such that (185*10^k + 7)/3 is prime. 0
1, 4, 5, 14, 65, 74, 131, 320, 336, 528, 2156, 2370, 2658, 2660, 4940, 6108, 7662, 17813, 20330, 22235, 24600, 26280, 40241, 43936, 72484, 75777, 89063, 166837 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>0, numbers such that the digits 61 followed by k-1 occurrences of the digit 6 followed by the digit 9 is prime (see Example section).
a(29) > 2*10^5.
LINKS
Makoto Kamada, Search for 616w9.
EXAMPLE
5 is in this sequence because (185*10^5 + 7)/3 = 6166669 is prime.
Initial terms and primes associated:
a(1) = 1, 619;
a(2) = 4, 616669;
a(3) = 5, 6166669;
a(4) = 14, 6166666666666669; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(185*10^# + 7)/3] &]
PROG
(PARI) isok(k) = isprime((185*10^k + 7)/3); \\ Michel Marcus, Feb 04 2017
CROSSREFS
Sequence in context: A182252 A041857 A041034 * A042535 A222489 A222501
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 01 2017
EXTENSIONS
a(28) from Robert Price, Mar 20 2020
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 16 03:28 EDT 2024. Contains 371696 sequences. (Running on oeis4.)