cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A108889 a(n) is n! divided by LCM of all composite numbers k such that n < k < prime(r) where prime(r-1)< n.

Original entry on oeis.org

1, 2, 6, 24, 120, 720, 5040, 448, 36288, 3628800, 39916800, 479001600, 6227020800, 363242880, 81729648000, 20922789888000, 355687428096000, 6402373705728000, 121645100408832000, 5266021662720000, 2322315553259520000
Offset: 1

Views

Author

Amarnath Murthy, Jul 16 2005

Keywords

Comments

As every k divides n!, LCM of all k's divides n!.

Examples

			a(8) = 8!/gcd(9, 10) = 40320/90 = 448.
		

Crossrefs

Cf. A109914.

Extensions

Corrected and extended by David Wasserman, Mar 31 2008