I want to calculate the sum of product of Fibonacci number for a given $n$. That is, for given $n$, say
$$F_1 F_n + F_2 F_{n-1} + F_3 F_{n-2} + F_4 F_{n-3} + F_5 F_{n-4} + \cdots.$$
what should be my approach.
I want to calculate the sum of product of Fibonacci number for a given $n$. That is, for given $n$, say
$$F_1 F_n + F_2 F_{n-1} + F_3 F_{n-2} + F_4 F_{n-3} + F_5 F_{n-4} + \cdots.$$
what should be my approach.