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!)
A324469 Exponent of highest power of 3 that divides multinomial(4*n;n,n,n,n). 1

%I #25 Feb 21 2021 04:09:04

%S 0,1,2,1,2,4,2,5,6,1,2,3,2,3,6,4,6,7,2,3,4,5,6,8,6,8,9,1,2,3,2,3,5,3,

%T 6,7,2,3,4,3,4,8,6,8,9,4,5,6,6,7,9,7,9,10,2,3,4,3,4,6,4,9,10,5,6,7,6,

%U 7,10,8,10,11,6,7,8,8,9,11,9,11,12,1,2

%N Exponent of highest power of 3 that divides multinomial(4*n;n,n,n,n).

%H Amiram Eldar, <a href="/A324469/b324469.txt">Table of n, a(n) for n = 0..10000</a>

%F a(n) = 2*A000989(n) + A000989(2*n). - _Charlie Neder_, Mar 09 2019

%F From _Amiram Eldar_, Feb 21 2021: (Start)

%F a(n) = A007949(A008977(n)).

%F a(n) = 2*A053735(n) - A053735(4*n)/2. (End)

%p [seq(padic[ordp](combinat[multinomial](4*n, n$4), 3), n=0..128)];

%t s[n_] := Plus @@ IntegerDigits[n, 3]; a[n_] := 2*s[n] - s[4*n]/2; Array[a, 100, 0] (* _Amiram Eldar_, Feb 21 2021 *)

%Y Analogs for binomial and trinomials: A000989, A053735. See also A324467.

%Y Cf. A007949 (3-adic valuation of n), A008977.

%K nonn

%O 0,3

%A _N. J. A. Sloane_, Mar 03 2019

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 23 07:16 EDT 2024. Contains 371905 sequences. (Running on oeis4.)