login
A071203
Integer part of n divided by its largest digit (decimal notation).
3
1, 1, 1, 1, 1, 1, 1, 1, 1, 10, 11, 6, 4, 3, 3, 2, 2, 2, 2, 10, 10, 11, 7, 6, 5, 4, 3, 3, 3, 10, 10, 10, 11, 8, 7, 6, 5, 4, 4, 10, 10, 10, 10, 11, 9, 7, 6, 6, 5, 10, 10, 10, 10, 10, 11, 9, 8, 7, 6, 10, 10, 10, 10, 10, 10, 11, 9, 8, 7, 10, 10, 10, 10, 10
OFFSET
1,10
LINKS
MATHEMATICA
IntegerPart[#/Max[IntegerDigits[#]]]&/@Range[80] (* Harvey P. Dale, Jul 11 2014 *)
CROSSREFS
a(n) = floor(n/A054055(n)), A071204, A071206.
Sequence in context: A066355 A071206 A066577 * A105743 A105835 A083163
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, May 16 2002
STATUS
approved