A080461 Duplicate of A066578.
1, 1, 1, 1, 1, 1, 1, 1, 1, 10, 5, 4, 3, 2, 2, 2, 2, 2, 1, 10, 7, 5, 4, 4, 3, 3, 3, 2, 2, 10, 7, 6, 5, 4
Offset: 1
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
a(24) = 1 as 24 is divisible by 2+4. a(23) = 2, since f(23) = 4. a(14835)= 3 because f(14835) = 76, f(76) = 5, etc.
a(15) = round(15/(1+5)) = round(2.5) = 3. a(17) = round(17/(1+7)) = round(2.125) = 2. a(62) = round(62/(6+2)) = round(7.75) = 8.
Table[Floor[n/Total[IntegerDigits[n]]+1/2],{n,120}] (* Harvey P. Dale, Nov 26 2016 *)