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!)
A279050 Numbers k such that (14*10^k - 143)/3 is prime. 0
2, 4, 5, 11, 23, 27, 28, 60, 114, 154, 160, 194, 412, 417, 769, 1189, 3845, 5381, 10905, 11192, 11630, 19737, 56080, 155740, 259431, 282673 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k>1, numbers such that the digit 4 followed by k-2 occurrences of the digit 6 followed by the digits 19 is prime (see Example section).
a(27) > 3*10^5.
LINKS
Makoto Kamada, Search for 46w19.
EXAMPLE
4 is in this sequence because (14*10^4 - 143) / 3 = 46619 is prime.
Initial terms and primes associated:
a(1) = 2, 419;
a(2) = 4, 46619;
a(3) = 5, 466619;
a(4) = 11, 466666666619;
a(5) = 23, 466666666666666666666619; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[(14*10^# - 143) / 3] &]
CROSSREFS
Sequence in context: A113058 A066145 A095022 * A317828 A293274 A101961
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jan 05 2017
EXTENSIONS
a(24) from Robert Price, Nov 07 2018
a(25)-a(26) from Robert Price, Jul 12 2023
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 16 18:12 EDT 2024. Contains 371750 sequences. (Running on oeis4.)