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.

Previous Showing 11-15 of 15 results.

A109102 Numbers n such that n! is the product of exactly 4 smaller factorials (greater than 1).

Original entry on oeis.org

13824, 17280, 27648, 34560, 55296, 82944
Offset: 1

Views

Author

Jud McCranie, Jun 19 2005

Keywords

Crossrefs

A109099 Numbers n such that n! can be expressed as the product of smaller factorials > 2.

Original entry on oeis.org

6, 10, 24, 36, 120, 144, 216, 576, 720, 864, 1296, 2880, 3456, 4320, 5040, 5184, 7776, 13824, 14400, 17280, 20736, 25920, 30240, 31104, 40320, 46656, 69120, 82944, 86400
Offset: 1

Views

Author

Jud McCranie, Jun 19 2005

Keywords

Examples

			86400! = 5! * 6! * 86399!, so 86400 is in the sequence.
		

Crossrefs

Extensions

Definition corrected by Jon E. Schoenfield, Jul 02 2010

A109103 Smallest a(n) such that a(n)! can be expressed as the product of smaller factorials, using n distinct factorials greater than 1 (with repetitions allowed).

Original entry on oeis.org

4, 9, 288, 34560
Offset: 2

Views

Author

Jud McCranie, Jun 19 2005

Keywords

Examples

			34560! = 2! * 3! * 4! * 5! * 34559!, using five different factorials, so a(5)=34560.
		

Crossrefs

A109104 Numbers n such that n! can be expressed as the product of the factorials of prime numbers, repetitions allowed.

Original entry on oeis.org

4, 6, 8, 9, 10, 12, 24, 32, 48, 72, 128, 192, 240, 384, 432, 480, 720, 864, 1152, 1440, 2592, 2880, 5040, 6144, 6912, 8192, 10080, 11520, 15360, 15552, 23040, 25920, 27648, 51840, 62208, 69120, 73728, 86400
Offset: 1

Views

Author

Jud McCranie, Jun 19 2005

Keywords

Examples

			10! = 3! * 5! * 7!, so 10 is in the sequence.
		

Crossrefs

A108603 Numbers n such that n! can be written as the product of smaller distinct factorials in more than one way.

Original entry on oeis.org

10, 720, 1440, 17280, 34560
Offset: 1

Views

Author

Jud McCranie, Jun 13 2005

Keywords

Comments

No other terms < 65000. This is a subsequence of A075082. All known members of the sequence exploit the fact that 6! = 5! * 3! (they must have 6! without either 5! or 3! in one solution). Factorizations: 10 = 2*5; 720 = 2^4 * 3^2 * 5; 1440 = 2^5 * 3^2 * 5; 17280 = 2^7 * 3^3 * 5; 34560 = 2^8 * 3^3 * 5;

Examples

			34560! = 34559! * 6! * 4! * 2! = 34559! * 5! * 4! * 3! * 2!
		

Crossrefs

Previous Showing 11-15 of 15 results.