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!)
A280381 Numbers k such that (17*10^k + 31)/3 is prime. 0
1, 2, 5, 6, 8, 12, 13, 14, 19, 61, 127, 137, 173, 175, 305, 540, 617, 935, 1398, 1834, 3295, 4351, 9188, 10808, 39409, 57325, 63798, 67091, 183764, 194502, 196921, 288692 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers k such that the digit 5 followed by k-2 occurrences of the digit 6 followed by the digits 77 is prime (see Example section).
a(33) > 3*10^5. - Robert Price, Jul 10 2023
LINKS
Makoto Kamada, Search for 56w77.
EXAMPLE
5 is in this sequence because (17*10^5 + 31) / 3 = 566677 is prime.
Initial terms and associated primes:
a(1) = 1, 67;
a(2) = 2, 577;
a(3) = 5, 566677;
a(4) = 6, 5666677;
a(5) = 8, 5333333333351; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(17*10^# + 31) / 3] &]
PROG
(PARI) is(n)=ispseudoprime((17*10^n + 31)/3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A300063 A230902 A243680 * A333965 A105107 A002253
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jan 01 2017
EXTENSIONS
a(29)-a(31) from Robert Price, Jan 29 2019
a(32) from Robert Price, Jul 10 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 August 10 03:37 EDT 2024. Contains 375044 sequences. (Running on oeis4.)