let $n \gt 1$ be an integer, and consider n people; $P_1,P_2,...,P_n$ let $A_n$ be the number of ways these $n$ people can be divided into groups, such that each group have either one or two people
determine $A_1,A_2,A_3$ So I have
$A_1=1$ way
$A_2=2$ way
$A_3=4$ way
and from this I derive the formula $A_n = 2^{n-1}$ but this is not true for $n\ge 4$
so I have to prove that for each integer $n\ge 3$
$$A_n = A_{n-1} + (n-1) * A_{n-2}$$
So I proved this by Induction:
Where I assumed that $n \ge 2$ so $A_{n+1} = 2^n$
So I did the induction step.. and I was wrong
I was hoping anyone on here could help me by proving this with induction?
Thanks