Project Euler
Even Fibonacci Numbers
A second introductory problem, this time introducing integer sequences reliant on previous values. The problem The Fibonacci sequence is an integer sequence obtained by adding the previous two terms. For the purposes of the euler problem, we are told the first 10 items in this sequence will be: 1, 2,