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!)
A324467 Three times the binary weight of n: 3*A000120(n). 5
0, 3, 3, 6, 3, 6, 6, 9, 3, 6, 6, 9, 6, 9, 9, 12, 3, 6, 6, 9, 6, 9, 9, 12, 6, 9, 9, 12, 9, 12, 12, 15, 3, 6, 6, 9, 6, 9, 9, 12, 6, 9, 9, 12, 9, 12, 12, 15, 6, 9, 9, 12, 9, 12, 12, 15, 9, 12, 12, 15, 12, 15, 15, 18, 3, 6, 6, 9, 6, 9, 9, 12, 6, 9, 9, 12, 9, 12, 12, 15, 6, 9, 9, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Exponent of highest power of 2 that divides multinomial(4*n;n,n,n,n).
LINKS
MAPLE
[seq(padic[ordp](multinomial(4*n, n, n, n, n), 2), n=0..128)];
MATHEMATICA
3 Log[2, Nest[Join[#, 2 #]&, {1}, 8]] (* Vincenzo Librandi, Mar 11 2019 *)
PROG
(Magma) [3*Valuation(Binomial(2*n, n), 2): n in [0..120]]; // Vincenzo Librandi, Mar 11 2019
CROSSREFS
Sequence in context: A040007 A351024 A110634 * A151787 A113397 A341343
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 02 2019
STATUS
approved

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