Let these two be summations of Fibonacci numbers:$$F_{2} + F_{5} + F_{8} + F_{11} + F_{14} +..... + F_{3n-1}=\sum\limits_{n=1} F_{3n-1}$$ and $$F_{0} + F_{3} + F_{6} + F_{9} + F_{12} +..... + F_{3n}=\sum\limits_{n=0} F_{3n}$$
Is there a closed form expression for these summations of Fibonacci numbers? I've taken a look at the Zeckendorf identities for these but I don't seem to get any useful progress in finding the formula.
$$\sum_{i=1}^nF_{3i-1}=\frac12(F_{3n+1}-1)$$ $$\sum_{i=0}^nF_{3i}=\frac12(F_{3n+2}-1)$$
You can deduce these simply by writing out a few terms; and you can prove them by induction.