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!)
A283513 Numbers k such that (85*10^k + 473)/9 is prime. 0
2, 3, 5, 6, 8, 9, 32, 56, 63, 80, 117, 185, 590, 777, 1962, 2654, 3341, 5484, 10256, 11051, 11816, 20622, 44750, 94802, 105242, 117719, 140609 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers k such that the digit 9 followed by k-2 occurrences of the digit 4 followed by the digits 97 is prime (see Example section).
a(28) > 2*10^5.
LINKS
Makoto Kamada, Search for 94w97.
EXAMPLE
3 is in this sequence because (85*10^3 + 473)/9 = 9497 is prime.
Initial terms and associated primes:
a(1) = 2, 997;
a(2) = 3, 9497;
a(3) = 5, 944497;
a(4) = 6, 9444497;
a(5) = 8, 944444497; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[ (85*10^# + 473)/9 ] &]
PROG
(PARI) isok(n) = isprime((85*10^n + 473)/9); \\ Indranil Ghosh, Mar 09 2017
CROSSREFS
Sequence in context: A294941 A028374 A050578 * A028776 A028734 A028755
KEYWORD
nonn,more,hard,changed
AUTHOR
Robert Price, Mar 09 2017
EXTENSIONS
a(25)-a(27) from Robert Price, Jan 06 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 June 6 00:30 EDT 2024. Contains 373110 sequences. (Running on oeis4.)