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!)
A285939 Numbers k such that (19*10^k - 61)/3 is prime. 0
1, 2, 4, 10, 17, 33, 51, 63, 92, 441, 517, 578, 1252, 1456, 2261, 4857, 8420, 9872, 13444, 14175, 16316, 28978, 30865, 84409, 145499 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers k such that the digit 6 followed by k-2 occurrences of the digit 3 followed by the digits 13 is prime (see Example section).
a(26) > 2*10^5.
LINKS
Makoto Kamada, Search for 63w13.
EXAMPLE
4 is in this sequence because (19*10^4 - 61)/3 = 63313 is prime.
Initial terms and associated primes:
a(1) = 1, 43;
a(2) = 2, 613;
a(3) = 4, 63313;
a(4) = 10, 63333333313;
a(5) = 17, 633333333333333313; etc.
MATHEMATICA
Select[Range[1, 100000], PrimeQ[(19*10^# - 61)/3] &]
CROSSREFS
Sequence in context: A244474 A301739 A152231 * A034455 A057491 A005541
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Apr 29 2017
EXTENSIONS
a(25) from Robert Price, May 04 2019
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 July 14 22:52 EDT 2024. Contains 374323 sequences. (Running on oeis4.)