A095415 Length of repunits of which the prime factor-digit-excess computed by A095414 equals 0.
2, 3, 5, 7, 9, 11, 13, 17, 19, 23, 27, 31, 47, 59, 67, 71, 83, 113, 127, 139, 163, 197, 211, 229, 251, 263, 311, 317, 347, 421, 457, 461
Offset: 1
Programs
-
Mathematica
d[1] = -1; d[n_] := Total[ IntegerLength /@ First /@ FactorInteger[(10^n - 1)/9]] - n; Select[ Range[67], d[#] == 0 &] (* Giovanni Resta, Jul 16 2018 *)
Formula
Solutions to A095414(x) = 0.
Extensions
Data corrected and extended by Giovanni Resta, Jul 16 2018
a(29)-a(32) confirmed by Max Alekseyev, Apr 29 2022
Comments