Question: Task 1: Fibonacci numbers (4 points) In the Fibonacci sequence, each number is the sum of the two preceding ones. In the following, we will

Task 1: Fibonacci numbers (4 points) In the Fibonacci sequence, each number is the sum of the two preceding ones. In the following, we will assume that the rst two numbers of the sequence are 0 and l. The Fibonacci sequence therefore looks like this: 0,1.l,2.3,5, 3,13,21,34. 55, 89,144, Write a Stata loop that sums up all even numbers of the Fibonacci sequence that are smaller than one million and display the nal result. It is not necessary to write a State programfcommand for this task. Him: Make sure to only sum up the even numbers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
