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.

Showing 1-1 of 1 results.

A334174 Numbers that can be written as a product of two or more consecutive factorial numbers.

Original entry on oeis.org

1, 2, 12, 144, 288, 2880, 17280, 34560, 86400, 2073600, 3628800, 12441600, 24883200, 203212800, 435456000, 10450944000, 14631321600, 62705664000, 125411328000, 146313216000, 1316818944000, 17557585920000, 73741860864000, 144850083840000, 421382062080000
Offset: 1

Views

Author

Ilya Gutkovskiy, Apr 17 2020

Keywords

Examples

			    1 = 0! * 1!;
    2 = 1! * 2!;
   12 = 2! * 3!;
  144 = 3! * 4!;
  288 = 2! * 3! * 4!.
		

Crossrefs

Showing 1-1 of 1 results.