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
1, 1, 3, 8, 250, 2700, 252105, 39337984, 46664771328, 12859560000000, 100271725559775000, 155537541908508672000, 8147102459616398435002560, 1112629444624748831692923019008, 198709463856994388404947123486328125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
PROG
(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
CROSSREFS
Sequence in context: A065061 A007159 A081466 * A162185 A297527 A268141
KEYWORD
nonn
AUTHOR
Labos Elemer, Mar 10 2004
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 July 17 11:33 EDT 2024. Contains 374377 sequences. (Running on oeis4.)