login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094175 Round( n / sum of digits of n ). 0
1, 1, 1, 1, 1, 1, 1, 1, 1, 10, 6, 4, 3, 3, 3, 2, 2, 2, 2, 10, 7, 6, 5, 4, 4, 3, 3, 3, 3, 10, 8, 6, 6, 5, 4, 4, 4, 3, 3, 10, 8, 7, 6, 6, 5, 5, 4, 4, 4, 10, 9, 7, 7, 6, 6, 5, 5, 4, 4, 10, 9, 8, 7, 6, 6, 6, 5, 5, 5, 10, 9, 8, 7, 7, 6, 6, 6, 5, 5, 10, 9, 8, 8, 7, 7, 6, 6, 6, 5, 10, 9, 8, 8, 7, 7, 6, 6, 6, 6, 100, 51, 34, 26, 21, 18, 15, 13, 12, 11, 55, 37, 28, 23, 19, 16, 15, 13, 12, 11, 40 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
LINKS
FORMULA
a(n) = rounded(n /sumdigit(n)) where "rounded" is the rounded integer part of the division and "sumdigit" is the sum of the digits of the number.
EXAMPLE
E.g. 17/(7+1) = 2.125; rounded(2.125) = 2; 62/(6+2) = 7.75; rounded(7.75) = 8]
MATHEMATICA
Table[Floor[n/Total[IntegerDigits[n]]+1/2], {n, 120}] (* Harvey P. Dale, Nov 26 2016 *)
CROSSREFS
Sequence in context: A370388 A010171 A006518 * A193952 A158508 A102690
KEYWORD
easy,nonn,base
AUTHOR
Paolo P. Lava, May 06 2004
EXTENSIONS
Corrected and extended by Harvey P. Dale, Nov 26 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)