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!)
A174970 The base 6 expansion of the number of trailing zeros of the base 6 expansion of (6^n)!. 1

%I #13 Jan 25 2019 09:29:52

%S 2,25,254,2554,25554,255554,2555553,25555554,255555552,2555555552,

%T 25555555551,255555555551,2555555555552,25555555555551,

%U 255555555555544,2555555555555550,25555555555555545,255555555555555550

%N The base 6 expansion of the number of trailing zeros of the base 6 expansion of (6^n)!.

%H Antonio M. Oller-Marcén and José María Grau, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL14/Oller/oller3.html">On the Base-b Expansion of the Number of Trailing Zeros of b^k!</a>, J. Int. Seq. 14 (2011) 11.6.8.

%e (6^2)!={2,0,4,4,1,2,1,0,5,3,2,3,1,3,5,1,3,4,0,3,1,3,1,1,3,3,0,0,5,3,0,1,3,5,5, 0, 4,0,0,0,0,0,0,0, 0,0,0,0,0,0,0,0,0,0} (base 6). (17 zeros). 17 = {2,5} (base 6) ==> a(2)=25

%t Z6[n_]:=Floor[Sum[Floor[n/3^i],{i,1,Log[3,n]}]];Table[IntegerDigits[Z6[6^n],6],{n,1,40}]//TableForm

%K nonn,base

%O 1,1

%A _José María Grau Ribas_, Apr 02 2010

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 24 07:44 EDT 2024. Contains 371922 sequences. (Running on oeis4.)