[go: up one dir, main page]

login
A093940
Primes of the form 4*10^k + 7*R_k, where R_k is the repunit (A002275) of length k.
1
47, 47777, 47777777777777, 47777777777777777777777777, 4777777777777777777777777777777777777
OFFSET
1,1
COMMENTS
The next term has 358 digits. - Harvey P. Dale, Nov 13 2013
MATHEMATICA
Select[Table[FromDigits[PadRight[{4}, n, 7]], {n, 500}], PrimeQ] (* Harvey P. Dale, Nov 13 2013 *)
CROSSREFS
Cf. A002275, A056708 (corresponding k).
Sequence in context: A287225 A033520 A210818 * A237512 A224468 A353697
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Apr 17 2004
STATUS
approved