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!)
A295626 Numbers k such that (424*10^k - 1)/9 is prime. 0
0, 3, 11, 33, 53, 78, 111, 144, 155, 191, 258, 687, 927, 1829, 5406, 11027, 14526, 19758, 20658, 37865, 61770, 87930 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers k such that the digits 47 followed by k occurrences of the digit 1 is prime (see Example section).
a(23) > 2*10^5.
LINKS
Makoto Kamada, Search for 471w.
EXAMPLE
3 is in this sequence because (424*10^3 - 1)/9 = 47111 is prime.
Initial terms and associated primes:
a(1) = 0, 47;
a(2) = 3, 47111;
a(3) = 11, 4711111111111;
a(4) = 33, 47111111111111111111111111111111111; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(424*10^# - 11)/9] &]
CROSSREFS
Sequence in context: A125671 A034561 A131747 * A079996 A288038 A186308
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 24 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 August 2 08:37 EDT 2024. Contains 374822 sequences. (Running on oeis4.)