cp's OEIS Frontend

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.

A071203 Integer part of n divided by its largest digit (decimal notation).

This page as a plain text file.
%I A071203 #6 Jul 11 2014 15:25:11
%S A071203 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,
%T A071203 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,
%U A071203 10,10,10,10,10,10,11,9,8,7,10,10,10,10,10
%N A071203 Integer part of n divided by its largest digit (decimal notation).
%H A071203 Harvey P. Dale, <a href="/A071203/b071203.txt">Table of n, a(n) for n = 1..1000</a>
%t A071203 IntegerPart[#/Max[IntegerDigits[#]]]&/@Range[80] (* _Harvey P. Dale_, Jul 11 2014 *)
%Y A071203 a(n) = floor(n/A054055(n)), A071204, A071206.
%K A071203 nonn,base
%O A071203 1,10
%A A071203 _Reinhard Zumkeller_, May 16 2002