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!)
A286434 Numbers k such that (2*10^k - 59)/3 is prime. 0
2, 3, 6, 9, 10, 14, 15, 34, 56, 138, 250, 350, 357, 374, 392, 1594, 4794, 5290, 6702, 11936, 22296, 55762, 55834, 96195 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k>1, numbers such that k-2 occurrences of the digit 6 followed by the digits 47 is prime (see Example section).
a(25) > 2*10^5.
LINKS
Makoto Kamada, Search for 6w47.
EXAMPLE
3 is in this sequence because (2*10^3 - 59)/3 = 647 is prime.
Initial terms and primes associated:
a(1) = 2, 47;
a(2) = 3, 647;
a(3) = 6, 666647;
a(4) = 9, 666666647;
a(5) = 10, 6666666647; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[(2*10^# - 59)/3] &]
PROG
(PARI) isok(k) = isprime((2*10^k-59)/3); \\ Michel Marcus, Mar 06 2018
CROSSREFS
Sequence in context: A268692 A089160 A214974 * A288930 A045588 A191178
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, May 09 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 April 25 10:51 EDT 2024. Contains 371967 sequences. (Running on oeis4.)