login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A190596 Maximal digit in base-7 expansion of n. 1

%I #7 Jul 19 2020 04:24:22

%S 0,1,2,3,4,5,6,1,1,2,3,4,5,6,2,2,2,3,4,5,6,3,3,3,3,4,5,6,4,4,4,4,4,5,

%T 6,5,5,5,5,5,5,6,6,6,6,6,6,6,6,1,1,2,3,4,5,6,1,1,2,3,4,5,6,2,2,2,3,4,

%U 5,6,3,3,3,3,4,5,6,4,4,4,4,4,5,6,5,5,5,5,5,5,6,6,6,6,6,6,6,6,2,2,2,3,4,5,6

%N Maximal digit in base-7 expansion of n.

%o (PARI) a(n) = if (n, vecmax(digits(n, 7)), 0); \\ _Michel Marcus_, Jul 19 2020

%Y Cf. A007093, A054055.

%K nonn,base

%O 0,3

%A _N. J. A. Sloane_, May 13 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)