i found a general formula in any given set of Fibonacci numbers ,to find the next given even number we can use the formula
E*4 + Eo
where E is the given even number Eo is the even number that comes before the given even number
for example :
1,2,3,5,8 to find the even number that occurs after 8
we use the formula E*4 + Eo
ie; 8*4 + 2 = 34 so the next even number in the series is 34
can anybody help verify my results ?