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!)
A295667 Numbers k such that (22*10^k + 383)/9 is prime. 0
1, 10, 16, 19, 28, 43, 76, 91, 125, 203, 283, 911, 2416, 2633, 4735, 4876, 4900, 7825, 26969, 51154, 169019 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers k such that the digit 2 followed by k-2 occurrences of the digit 4 followed by the digits 87 is prime (see Example section).
a(22) > 2*10^5.
LINKS
Makoto Kamada, Search for 24w87.
EXAMPLE
1 is in this sequence because (22*10^1 + 383)/9 = 67 is prime.
Initial terms and associated primes:
a(1) = 1, 67;
a(2) = 10, 24444444487;
a(3) = 16, 24444444444444487;
a(4) = 19, 24444444444444444487;
a(5) = 28, 24444444444444444444444444487; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(22*10^# + 383)/9] &]
CROSSREFS
Sequence in context: A106695 A053747 A228491 * A241763 A233579 A291639
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 25 2017
EXTENSIONS
a(21) from Robert Price, May 27 2018
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 May 20 03:57 EDT 2024. Contains 372703 sequences. (Running on oeis4.)