Since last week I have been working on a way, how to sum $1$ and $2$ to have $133$.
So for instance we can have $133$ $1s$ or $61$ $s$2 and one and so on. Looking back to the example: if we sum: $1 + 1... + 1 = 133$ there is only one way. But for the second one there will be $131$ possible ways. And I have to do this for every possible combination. I am stuck with it and I have no idea whatsoever on how to begin.
Any ideas or methods I could use guys?
Hint: $$[x^{133}]\,\frac{1}{1-(x+x^2)}=F_{134}=4517090495650391871408712937.$$
More information and context can be found in the questions here and here. Just to be clear, the number we want to compute is given by the coefficient of $x^{133}$ in the sum: $$1+(x+x^2)+(x+x^2)^2+(x+x^2)^3+\ldots = \frac{1}{1-(x+x^2)}$$ and since the Taylor coefficients $a_n$ of the function $$ f(x)=\frac{1}{1-x-x^2}=\sum_{n\geq 0}a_n\,x^n\tag{1}$$ obey the recurrence relation: $$ a_{n+2}=a_{n+1}+a_{n} $$ (to prove it, it is sufficient to multiply both sides of $(1)$ by $1-x-x^2$), the solution is given by a Fibonacci number, since $a_0=1=F_1$ and $a_1=1=F_2$.