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!)
A282281 Numbers k such that (107*10^k - 17)/9 is prime. 0
2, 3, 8, 12, 24, 105, 140, 231, 234, 260, 294, 354, 602, 813, 1562, 2961, 3450, 5622, 8121, 9014, 23052, 38505, 41139, 63576 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k>0, numbers such that the digits 11 followed by k-1 occurrences of the digit 8 followed by the digit 7 is prime (see Example section).
a(25) > 2*10^5.
LINKS
Makoto Kamada, Search for 118w7.
EXAMPLE
3 is in this sequence because (107*10^3 - 17)/9 = 11887 is prime.
Initial terms and primes associated:
a(1) = 2, 1187;
a(2) = 3, 11887;
a(3) = 8, 1188888887;
a(4) = 12, 11888888888887;
a(5) = 24, 11888888888888888888888887; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(107*10^# - 17)/9] &]
CROSSREFS
Sequence in context: A218542 A194452 A242516 * A321175 A079980 A025080
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 10 2017
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 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)