Product of Factorials into a Factorial

Given a positive integer n n , does there always exists integers a 1 , a 2 , a n , b a_1,a_2,\ldots a_n, b greater than 1 1 such that a 1 ! a 2 ! a n ! = b ! a_1!a_2!\ldots a_n!=b!

No Yes

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Chris Lewis
Aug 4, 2020

Some nice small examples are 10 ! = 6 ! 7 ! = 3 ! 5 ! 7 ! 10!=6!\cdot 7!=3!\cdot 5!\cdot 7! .

In general, we have ( 2 n 1 ) ! = ( 2 ! ) n 1 ( 2 n 2 ) ! \left(2^{n-1}\right)!=(2!)^{n-1} \cdot \left(2^{n-2}\right)!

so the answer is yes . For example, with n = 5 n=5 , we have 16 ! = 2 ! 2 ! 2 ! 2 ! 15 ! 16!=2! \cdot 2! \cdot 2! \cdot 2! \cdot 15! .

Of course, we don't need to choose powers of 2 2 ; any power of a factorial will work in the same way (eg 216 ! = 3 ! 3 ! 3 ! 215 ! 216!=3! \cdot 3! \cdot 3! \cdot 215! ), but these solutions aren't fundamentally different.

Whether there are solutions for every n n if we insist the a i a_i are distinct, I don't know. Bonus question?

I found out that 3 ! ! = 6 ! 3!! = 6!

Yajat Shamji - 10 months, 1 week ago

There are solutions for every n n where all the a i a_i are distinct. The following equations give the first few examples:

3 ! 5 ! = 6 ! 3! \cdot 5! = 6!

3 ! 5 ! 719 ! = 720 ! 3! \cdot 5! \cdot 719! = 720!

3 ! 5 ! 719 ! ( 720 ! 1 ) ! = ( 720 ! ) ! 3! \cdot 5! \cdot 719! \cdot (720! - 1)! = (720!)!

Jon Haussmann - 10 months, 1 week ago

Log in to reply

Of course! Very nice. And you could start those with any factorial (eg 4 ! 23 ! = 24 ! 4! \cdot 23!=24! etc).

Chris Lewis - 10 months, 1 week ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...