Project Euler #2: Even Fibonacci numbers

  • + 1 comment

    can you explain this a bit more with an example

    E(n)= 4*E(n-1) + E(n-2)....