2013 BAMO12 p5 distinct Fibonacci numbers, D_n = P_{n+1}-P_n,
Source:
August 26, 2019
fibonacci numberSequencealgebra
Problem Statement
Let be the Fibonacci sequence, the sequence of positive integers with and for all . A Fibonacci number is by definition a number appearing in this sequence.
Let be the sequence consisting of all the integers that are products of two Fibonacci numbers (not
necessarily distinct) in increasing order. The first few terms are since, for example , and .
Consider the sequence of successive differences of the sequence, where for . The first few terms of D_n are .
Prove that every number in is a Fibonacci number.