A177491 Primes of the form (14*10^k-17)/3.
41, 461, 46666661, 4666666661, 466666666666661, 4666666666666666666666661, 4666666666666666666666666666666666666666666661, 46666666666666666666666666666666666666666666666661, 46666666666666666666666666666666666666666666666666666666666666666666666661
Offset: 1
Keywords
Crossrefs
Cf. A102994
Programs
-
Magma
[a: n in [0..250]|IsPrime(a) where a is (14*10^n-17)div(3)];
-
Mathematica
Select[Table[FromDigits[Join[PadRight[{4},n,6],{1}]],{n,80}],PrimeQ] (* Harvey P. Dale, Nov 21 2014 *)