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.

A071206 A071204(n) divided by its largest digit.

This page as a plain text file.
%I A071206 #6 Mar 26 2023 10:45:12
%S A071206 1,1,1,1,1,1,1,1,1,10,11,6,3,10,11,6,5,10,11,7,6,10,11,9,6,10,11,10,
%T A071206 11,10,11,10,11,10,11,100,101,51,26,21,110,111,56,23,60,61,41,31,25,
%U A071206 21,16,44,27,35,36,29,21,30,31,26,27,21,25,23,21
%N A071206 A071204(n) divided by its largest digit.
%e A071206 a(25) = A071204(25)/A071205(25) = 48/8 = 6.
%t A071206 #/Max[IntegerDigits[#]]&/@Select[Range[200],Divisible[#,Max[IntegerDigits[#]]]&] (* _Harvey P. Dale_, Mar 26 2023 *)
%Y A071206 a(n) = A071204(n)/A071205(n), A071203.
%K A071206 nonn,base
%O A071206 1,10
%A A071206 _Reinhard Zumkeller_, May 16 2002