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!)
A294228 Numbers k such that (17*10^k + 43)/3 is prime. 0
1, 4, 5, 6, 7, 12, 23, 34, 160, 719, 725, 2568, 3095, 3520, 3582, 3791, 4198, 5236, 15445, 26431, 33120, 36028 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k>1, numbers such that the digit 5 followed by k-2 occurrences of the digit 6 followed by the digits 81 is prime (see Example section).
a(23) > 2*10^5.
LINKS
Makoto Kamada, Search for 56w81.
EXAMPLE
4 is in this sequence because (17*10^4 + 43)/3 = 56681 is prime.
Initial terms and primes associated:
a(1) = 1, 71;
a(2) = 4, 56681;
a(3) = 5, 566681;
a(4) = 6, 5666681;
a(5) = 7, 56666681; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(17*10^# + 43)/3] &]
CROSSREFS
Sequence in context: A047566 A283775 A037355 * A342575 A046300 A053738
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Oct 25 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 24 08:56 EDT 2024. Contains 371934 sequences. (Running on oeis4.)