Consider the sequence of numbers ai, i = 0, 1, 2, …, which satisfies the following requirements: a0 = 0 a1 = 1 a2i = ai a2i+1 = ai + ai+1 for every i = 1, 2, 3, … . Write a program which for a given value of n finds the largest number among the numbe…