A109102 Numbers n such that n! is the product of exactly 4 smaller factorials (greater than 1).
13824, 17280, 27648, 34560, 55296, 82944
Offset: 1
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.
86400! = 5! * 6! * 86399!, so 86400 is in the sequence.
34560! = 2! * 3! * 4! * 5! * 34559!, using five different factorials, so a(5)=34560.
10! = 3! * 5! * 7!, so 10 is in the sequence.
34560! = 34559! * 6! * 4! * 2! = 34559! * 5! * 4! * 3! * 2!
Comments