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!)
A282256 Numbers k such that (142*10^k - 7)/9 is prime. 0
1, 8, 16, 23, 32, 86, 202, 214, 332, 443, 760, 1066, 1270, 2210, 4189, 5759, 6886, 9286, 21205, 22139, 24784, 35021, 63734, 112352 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers such that the digits 15 followed by k occurrences of the digit 7 is prime (see Example section).
a(25) > 2*10^5.
LINKS
Makoto Kamada, Search for 157w.
EXAMPLE
8 is in this sequence because (142*10^8 - 7)/9 = 1577777777 is prime.
Initial terms and primes associated:
a(1) = 1, 157;
a(2) = 8, 1577777777;
a(3) = 16, 157777777777777777;
a(4) = 23, 1577777777777777777777777;
a(5) = 32, 1577777777777777777777777777777777; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(142*10^# - 7)/9] &]
CROSSREFS
Sequence in context: A096912 A254141 A188438 * A037370 A325261 A333195
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 12 2017
EXTENSIONS
a(24) from Robert Price, Dec 31 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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)