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!)
A287680 Numbers k such that 8*10^k + 81 is prime. 0
0, 2, 3, 9, 11, 26, 39, 42, 58, 75, 105, 167, 279, 561, 2152, 2378, 3774, 5001, 5736, 9470, 13419, 14535, 32291, 89800, 146421 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers k such that the digit 8 followed by k-2 occurrences of the digit 0 followed by the digits 81 is prime (see Example section).
a(26) > 2*10^5.
LINKS
Makoto Kamada, Search for 80w81.
EXAMPLE
3 is in this sequence because 8*10^3 + 81 = 8081 is prime.
Initial terms and associated primes:
a(1) = 0, 89;
a(2) = 2, 881;
a(3) = 3, 8081;
a(4) = 9, 8000000081;
a(5) = 11, 800000000081; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(8*10^# + 81] &]
CROSSREFS
Sequence in context: A372073 A089645 A214259 * A242680 A275767 A088086
KEYWORD
nonn,more,hard,changed
AUTHOR
Robert Price, May 29 2017
EXTENSIONS
a(25) from Robert Price, Aug 22 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 June 11 23:47 EDT 2024. Contains 373319 sequences. (Running on oeis4.)