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.

A190599 Maximal digit in base-11 expansion of n.

This page as a plain text file.
%I A190599 #8 May 03 2024 14:24:20
%S A190599 0,1,2,3,4,5,6,7,8,9,10,1,1,2,3,4,5,6,7,8,9,10,2,2,2,3,4,5,6,7,8,9,10,
%T A190599 3,3,3,3,4,5,6,7,8,9,10,4,4,4,4,4,5,6,7,8,9,10,5,5,5,5,5,5,6,7,8,9,10,
%U A190599 6,6,6,6,6,6,6,7,8,9,10,7,7,7,7,7,7,7,7,8,9,10,8,8,8,8,8,8,8,8,8,9,10,9,9,9,9,9
%N A190599 Maximal digit in base-11 expansion of n.
%H A190599 Paolo Xausa, <a href="/A190599/b190599.txt">Table of n, a(n) for n = 0..10000</a>
%p A190599 [seq(max(convert(n,base,11)),n=0..120)];
%t A190599 Map[Max, IntegerDigits[Range[0, 100], 11]] (* _Paolo Xausa_, May 03 2024 *)
%Y A190599 Cf. A054055.
%K A190599 nonn,base
%O A190599 0,3
%A A190599 _N. J. A. Sloane_, May 13 2011