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.

A190595 Maximal digit in base-6 expansion of n.

This page as a plain text file.
%I A190595 #12 May 03 2024 14:24:37
%S A190595 0,1,2,3,4,5,1,1,2,3,4,5,2,2,2,3,4,5,3,3,3,3,4,5,4,4,4,4,4,5,5,5,5,5,
%T A190595 5,5,1,1,2,3,4,5,1,1,2,3,4,5,2,2,2,3,4,5,3,3,3,3,4,5,4,4,4,4,4,5,5,5,
%U A190595 5,5,5,5,2,2,2,3,4,5,2,2,2,3,4,5,2,2,2,3,4,5,3,3,3,3,4,5,4,4,4,4,4,5,5,5,5
%N A190595 Maximal digit in base-6 expansion of n.
%H A190595 Paolo Xausa, <a href="/A190595/b190595.txt">Table of n, a(n) for n = 0..10000</a>
%t A190595 Map[Max, IntegerDigits[Range[0, 100], 6]] (* _Paolo Xausa_, May 03 2024 *)
%o A190595 (PARI) a(n) = if (n, vecmax(digits(n, 6)), 0); \\ _Michel Marcus_, Jul 19 2020
%Y A190595 Cf. A007092, A054055.
%K A190595 nonn,base
%O A190595 0,3
%A A190595 _N. J. A. Sloane_, May 13 2011