login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A025562
a(n) = n!/LCM{1, C(n-1,1), C(n-2,2), ..., C(n-[ n/2 ],[ n/2 ])}.
2
1, 1, 2, 3, 8, 10, 24, 84, 192, 432, 2880, 15840, 34560, 224640, 483840, 3628800, 116121600, 493516800, 1045094400, 9928396800, 20901888000, 219469824000, 9656672256000, 111051730944000, 231760134144000, 2897001676800000, 30128817438720000, 406739035422720000
OFFSET
0,3
LINKS
MAPLE
f:=n->n!/ilcm(seq(binomial(n-i, i), i=0..floor(n/2))):
seq(f(n), n=0..35);
CROSSREFS
Cf. A025560.
Sequence in context: A138880 A063474 A163492 * A218910 A107401 A165153
KEYWORD
nonn
EXTENSIONS
Entry revised by N. J. A. Sloane, May 26 2005
a(0)=1 prepended by Alois P. Heinz, Nov 27 2023
STATUS
approved