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!)
A294678 Numbers k such that (26*10^k - 167)/3 is prime. 0
1, 2, 27, 38, 51, 122, 200, 408, 422, 680, 732, 1128, 2448, 3237, 8964, 11208, 14970, 15769, 17411, 27813, 46521, 101537, 164643, 167861 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 8 followed by k-2 occurrences of the digit 6 followed by the digits 11 is prime (see Example section).
a(25) > 2*10^5.
LINKS
Makoto Kamada, Search for 86w11.
EXAMPLE
2 is in this sequence because (26*10^2 - 167)/3 = 811 is prime.
Initial terms and primes associated:
a(1) = 1, 31;
a(2) = 2, 811;
a(3) = 27, 8666666666666666666666666611;
a(4) = 38, 866666666666666666666666666666666666611;
a(5) = 51, 8666666666666666666666666666666666666666666666666611; etc.
MATHEMATICA
Select[Range[1, 100000], PrimeQ[(26*10^# - 167)/3] &]
CROSSREFS
Sequence in context: A226670 A277542 A273844 * A206585 A046735 A038625
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 06 2017
EXTENSIONS
a(22)-a(24) from Robert Price, Oct 08 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)