A242824 Primes formed by the initial digits of the decimal expansion of 1/7, starting at the first nonzero digit in the expansion.
1428571, 1428571428571428571428571
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..4
Crossrefs
Programs
-
Mathematica
Select[Table[FromDigits[PadRight[{},6n+1,{1,4,2,8,5,7}]],{n,200}],PrimeQ](* Harvey P. Dale, Oct 03 2018 *)
Comments