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!)
A092592 a(n) = A001142(n)/A002944(n), i.e., the product of C(n,j) binomial coefficients (for j=0..n) is divided by the least common multiple of them. 0

%I #8 Jul 29 2017 03:52:13

%S 1,1,3,8,250,2700,252105,39337984,46664771328,12859560000000,

%T 100271725559775000,155537541908508672000,8147102459616398435002560,

%U 1112629444624748831692923019008,198709463856994388404947123486328125

%N a(n) = A001142(n)/A002944(n), i.e., the product of C(n,j) binomial coefficients (for j=0..n) is divided by the least common multiple of them.

%o (PARI) a(n) = my(v = vector(n+1, j, binomial(n, j-1))); prod(k=1, #v, v[k])/ lcm(v); \\ _Michel Marcus_, Jul 29 2017

%Y Cf. A001142, A002944.

%K nonn

%O 1,3

%A _Labos Elemer_, Mar 10 2004

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 August 16 16:05 EDT 2024. Contains 375177 sequences. (Running on oeis4.)