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!)
A294391 Numbers k such that (68*10^k - 419)/9 is prime. 0
1, 2, 5, 8, 11, 13, 19, 23, 32, 55, 59, 173, 199, 386, 425, 494, 758, 2473, 4154, 15355, 47399, 122933 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers k such that the digit 7 followed by k-2 occurrences of the digit 5 followed by the digits 09 is prime (see Example section).
a(23) > 2*10^5.
LINKS
Makoto Kamada, Search for 75w09.
EXAMPLE
2 is in this sequence because (68*10^2 - 419)/9 = 709 is prime.
Initial terms and associated primes:
a(1) = 1, 29;
a(2) = 2, 709;
a(3) = 5, 755509;
a(4) = 8, 755555509;
a(5) = 11, 755555555509; etc.
MATHEMATICA
Select[Range[1, 100000], PrimeQ[(68*10^# - 419)/9] &]
PROG
(PARI) isok(k) = isprime((68*10^k - 419)/9); \\ Michel Marcus, Oct 30 2017
CROSSREFS
Sequence in context: A141207 A190057 A190305 * A257771 A276881 A282457
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Oct 29 2017
EXTENSIONS
a(22) from Robert Price, Jul 27 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 September 18 05:53 EDT 2024. Contains 375996 sequences. (Running on oeis4.)