A110704 Primes of form "n 42's followed by 43".
43, 4243, 424243, 42424243, 4242424243, 4242424242424243, 424242424242424242424242424242424243, 42424242424242424242424242424242424242424242424243
Offset: 1
Keywords
Crossrefs
Cf. A110705.
Programs
-
Mathematica
t = 1; Do[ t = t*100 - 57; If[PrimeQ[t], Print[t]], {n, 0, 24}]
Comments