Tag Archives: Fibonacci

Project Euler: Problem 25

The Fibonacci sequence is defined by the recurrence relation: , where and . Hence the first 12 terms will be: … The 12th term, , is the first term to contain three digits. What is the first term in the … Continue reading

Posted in Project Euler, Software Development | Tagged , , , | 1 Comment

Project Euler: Problem 2

Alright, next Project Euler problem: Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be: 1, 2, 3, 5, 8, 13, 21, 34, … Continue reading

Posted in Project Euler, Software Development | Tagged , | Leave a comment