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!)
A295399 Numbers k such that (8*10^k - 611)/9 is prime. 0
3, 4, 7, 9, 48, 52, 105, 153, 1783, 1999, 2787, 4276, 13693, 14067, 19143, 20431, 25933, 26206, 29062, 40462, 40791, 58738, 81709 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers such that k-2 occurrences of the digit 8 followed by the digits 21 is prime (see Example section).
a(24) > 2*10^5.
LINKS
Makoto Kamada, Search for 8w21
EXAMPLE
3 is in this sequence because (8*10^3 - 611)/9 = 821 is prime.
Initial terms and primes associated:
a(1) = 3, 821;
a(2) = 4, 8821;
a(3) = 7, 8888821;
a(4) = 9, 888888821; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[(8*10^# - 611)/9] &]
PROG
(PARI) isok(k) = isprime((8*10^k - 611)/9); \\ Michel Marcus, Nov 22 2017
CROSSREFS
Sequence in context: A218278 A101062 A359394 * A257507 A003669 A047342
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 21 2017
EXTENSIONS
Incorrect a(1)=2 removed by Georg Fischer, Jun 26 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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)