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!)
A278426 Numbers k such that (26*10^k - 89) / 9 is prime. 0
1, 3, 4, 13, 15, 21, 27, 63, 70, 123, 136, 178, 208, 265, 411, 457, 856, 2401, 4642, 8017, 8211, 8385, 12337, 20793, 123970, 189928 (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 8 followed by the digits 79 is prime (see Example section).
a(27) > 2*10^5.
LINKS
Makoto Kamada, Search for 28w79.
EXAMPLE
4 is in this sequence because (26*10^4 - 89) / 9 = 28879 is prime.
Initial terms and associated primes:
a(1) = 1, 19;
a(2) = 3, 2879;
a(3) = 4, 28879;
a(4) = 13, 28888888888879;
a(5) = 15, 2888888888888879; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(26*10^# - 89) / 9] &]
PROG
(PARI) is(n)=ispseudoprime((26*10^n-89)/9) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A053910 A105074 A208847 * A293280 A087884 A057570
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 21 2016
EXTENSIONS
a(25)-a(26) from Robert Price, Jun 16 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 21 04:19 EDT 2024. Contains 372720 sequences. (Running on oeis4.)