The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
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 (list; graph; refs; listen; history; text; internal format)
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
AUTHOR
EXTENSIONS
Entry revised by N. J. A. Sloane, May 26 2005
a(0)=1 prepended by Alois P. Heinz, Nov 27 2023
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 May 15 19:21 EDT 2024. Contains 372549 sequences. (Running on oeis4.)