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!)
A294913 Numbers k such that (89*10^k - 539)/9 is prime. 0
2, 3, 5, 8, 9, 18, 20, 26, 111, 141, 162, 236, 312, 383, 2093, 3926, 3981, 4935, 17126, 32070, 64608, 86802 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers such that the digit 9 followed by k-2 occurrences of the digit 8 followed by the digits 29 is prime (see Example section).
a(23) > 2*10^5.
LINKS
Makoto Kamada, Search for 98w29.
EXAMPLE
2 is in this sequence because (89*10^2 - 539)/9 = 929 is prime.
Initial terms and primes associated:
a(1) = 2, 929;
a(2) = 3, 9829;
a(3) = 5, 988829;
a(4) = 8, 988888829;
a(5) = 9, 9888888829; etc.
MATHEMATICA
Select[Range[1, 100000], PrimeQ[(89*10^# - 539)/9] &]
CROSSREFS
Sequence in context: A278334 A120057 A099422 * A056903 A229139 A293277
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 10 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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)