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!)
A282383 Numbers k such that (14*10^k - 221)/9 is prime. 0
2, 3, 15, 17, 21, 38, 93, 323, 410, 413, 444, 884, 1836, 2192, 3527, 4700, 6260, 6944, 8229, 10320, 27480, 31425, 32937, 108545, 155024, 182177, 196965 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k > 1, numbers k such that the digit 1 followed by k-2 occurrences of the digit 5 followed by the digits 31 is prime (see Example section).
a(28) > 2*10^5.
LINKS
Makoto Kamada, Search for 15w31.
EXAMPLE
3 is in this sequence because (14*10^3 - 221)/9 = 1531 is prime.
Initial terms and associated primes:
a(1) = 2, 131;
a(2) = 3, 1531;
a(3) = 15, 1555555555555531;
a(4) = 17, 155555555555555531;
a(5) = 21, 1555555555555555555531; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[(14*10^# - 221)/9] &]
PROG
(PARI) isok(k) = ispseudoprime((14*10^k - 221)/9); \\ Altug Alkan, Apr 12 2018
CROSSREFS
Sequence in context: A238691 A241721 A066491 * A299486 A173334 A331089
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 13 2017
EXTENSIONS
a(24)-a(27) from Robert Price, Apr 12 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 September 14 18:34 EDT 2024. Contains 375929 sequences. (Running on oeis4.)