A291354 Numbers m with the property that shifting the rightmost digit of m to the left end multiplies the number by 6.
1016949152542372881355932203389830508474576271186440677966, 1186440677966101694915254237288135593220338983050847457627, 1355932203389830508474576271186440677966101694915254237288
Offset: 1
Links
- Seiichi Manyama, Table of n, a(n) for n = 1..68
- Wikipedia, Parasitic number.
Crossrefs
Formula
a(4*k - 3) = 6*(10^(58*k) - 1)/59.
a(4*k - 2) = 7*(10^(58*k) - 1)/59.
a(4*k - 1) = 8*(10^(58*k) - 1)/59.
a(4*k) = 9*(10^(58*k) - 1)/59.
Comments