A231817 Multiplicative digital root of concatenation of all divisors of n (A037278).
1, 2, 3, 8, 5, 8, 7, 8, 4, 0, 1, 6, 3, 0, 5, 0, 7, 0, 9, 0, 8, 8, 6, 8, 0, 4, 6, 0, 8, 0, 3, 0, 4, 6, 0, 0, 2, 8, 8, 0, 4, 0, 2, 0, 0, 6, 6, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 6, 4, 0, 0, 0, 0, 8, 0, 2, 0, 7, 0, 2, 8, 0, 0, 8, 0, 8, 0, 0, 6, 8, 0, 0, 0, 0
Offset: 1
Examples
For n=12: 1*2*3*4*6*1*2=288, 2*8*8=128, 1*2*8=16, 1*6=6; a(12)=6.
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Mathematica
Table[NestWhile[Times@@IntegerDigits[#]&,Times@@Flatten[ IntegerDigits/@ Divisors[ n]], #>9&],{n,90}] (* Harvey P. Dale, Jul 30 2019 *)
Comments