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!)
A281992 Numbers k such that (2*10^k - 143)/3 is prime. 0
2, 3, 4, 9, 12, 19, 48, 54, 90, 97, 104, 174, 349, 385, 1020, 1294, 1737, 2430, 9040, 14173, 15604, 17943, 37447, 149803, 164043 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers k such that k-2 occurrences of the digit 6 followed by the digits 19 is prime (see Example section).
a(26) > 2*10^5.
LINKS
Makoto Kamada, Search for 6w19.
EXAMPLE
3 is in this sequence because (2*10^3 - 143)/3 = 619 is prime.
Initial terms and associated primes:
a(1) = 2, 19;
a(2) = 3, 619;
a(3) = 4, 6619;
a(4) = 9, 666666619;
a(5) = 12, 666666666619; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[(2*10^# - 143)/3] &]
CROSSREFS
Sequence in context: A145772 A027866 A283596 * A100902 A283447 A034793
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 04 2017
EXTENSIONS
a(24)-a(25) from Robert Price, Mar 14 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 August 8 12:42 EDT 2024. Contains 375021 sequences. (Running on oeis4.)