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.

A181857 a(n) = lcm(n^2, n!).

Original entry on oeis.org

0, 1, 4, 18, 48, 600, 720, 35280, 40320, 362880, 3628800, 439084800, 479001600, 80951270400, 87178291200, 1307674368000, 20922789888000, 6046686277632000, 6402373705728000, 2311256907767808000, 2432902008176640000, 51090942171709440000, 1124000727777607680000
Offset: 0

Views

Author

Peter Luschny, Nov 21 2010

Keywords

Comments

If n > 4 then a(n) = n! for composite n and n * n! for prime n. - David A. Corneth, Aug 04 2015

Crossrefs

Programs

Formula

a(n) = lcm(A000290(n), A000142(n)).
a(n) = n! * A014973(n) for n >= 1. - Johannes W. Meijer, Jun 04 2016