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!)
A295403 Numbers k such that (41*10^k - 383)/9 is prime. 0
1, 3, 5, 6, 21, 39, 114, 239, 246, 348, 906, 1115, 2801, 2958, 2982, 4275, 6581, 8736, 27051, 115523, 124335 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers such that the digit 4 followed by k-2 occurrences of the digit 5 followed by the digits 13 is prime (see Example section).
a(22) > 2*10^5.
LINKS
Makoto Kamada, Search for 45w13
EXAMPLE
3 is in this sequence because (41*10^3 - 383)/9 = 4513 is prime.
Initial terms and primes associated:
a(1) = 1, 3;
a(2) = 3, 4513;
a(3) = 5, 455513;
a(4) = 6, 4555513;
a(5) = 21, 4555555555555555555513; etc.
MATHEMATICA
Select[Range[1, 100000], PrimeQ[(41*10^# - 383)/9] &]
PROG
(PARI) isok(k) = isprime((41*10^k - 383)/9); \\ Michel Marcus, Nov 22 2017
CROSSREFS
Sequence in context: A050563 A282809 A168156 * A272440 A276704 A103022
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 21 2017
EXTENSIONS
a(20)-a(21) from Robert Price, Nov 16 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 April 24 12:37 EDT 2024. Contains 371937 sequences. (Running on oeis4.)