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!)
A273944 Numbers k such that (266*10^k - 17)/3 is prime. 0
0, 1, 2, 3, 7, 8, 11, 14, 24, 29, 50, 78, 99, 192, 226, 519, 613, 651, 1492, 3720, 6567, 6791, 7226, 8471, 9050, 13521, 14255, 33529, 44072, 47844, 64102, 112930, 116024, 122872, 138328, 140681, 268407 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For k > 1, numbers k such that the digits 88 followed by k-1 occurrences of the digit 6 followed by the digit 1 is prime (see Example section).
a(38) > 3*10^5.
LINKS
Makoto Kamada, Search for 886w1.
EXAMPLE
3 is in this sequence because (266*10^3-17)/3 = 88661 is prime.
Initial terms and associated primes:
a(1) = 0, 83;
a(2) = 1, 881;
a(3) = 2, 8861;
a(4) = 3, 88661;
a(5) = 7, 886666661, etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(266*10^# - 17)/3] &]
PROG
(PARI) isok(n) = isprime((266*10^n - 17)/3); \\ Michel Marcus, Jun 18 2016
CROSSREFS
Sequence in context: A002274 A329783 A287675 * A214324 A102664 A055053
KEYWORD
nonn,more
AUTHOR
Robert Price, Jun 17 2016
EXTENSIONS
a(32)-a(36) from Robert Price, Jul 16 2020
a(37) from Robert Price, Jun 21 2023
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 19 13:16 EDT 2024. Contains 372694 sequences. (Running on oeis4.)