-1

Is there a smart precise way to determine LCM of $C(n,1) , C(n,2) , C(n,3) ,\ldots, C(n,k)$ :

Here $C(n,k)$ denotes no. of combinations of n objects taken k at a time.

Marconius
  • 5,635

1 Answers1

3

OEIS says that $\operatorname{lcm}(C(n,1) , C(n,2) , C(n,3) ,\ldots, C(n,n)) = \operatorname{lcm}(1,2,\dots,n+1)/(n+1)$. This question contains a proof. However, no simpler expression is known for $\operatorname{lcm}(1,2,\dots,n)$.

It seems unlikely that there is a simple expression for the general case $\operatorname{lcm}(C(n,1) , C(n,2) , C(n,3) ,\ldots, C(n,k))$.

lhf
  • 216,483