The following pattern yields a finite sequence of natural numbers, whose sum equal its product:
- $A_1=k$
- $A_2=2$
- $A_3,\dots,A_k=1$
A few examples:
- $A_n=2,2$
- $A_n=3,2,1$
- $A_n=4,2,1,1$
- $A_n=5,2,1,1,1$
- $A_n=6,2,1,1,1,1$
Is there any other such sequence of natural numbers, which does not follow the pattern above?
Thanks