Problem 2269. Create the following sequence : 0 1 1 4 9 25 64 169 ...

The sequence

 0, 1, 1, 4, 9, 25, 64, 169, ...

represents the square of the sequence of Fibonacci numbers.

Let n represent the number of elements to display and let y represent the sequence of squares of Fibonacci numbers.

Example

 n = 4
 y = [0 1 1 4]

Solution Stats

31.19% Correct | 68.81% Incorrect
Last Solution submitted on Mar 06, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers175

Suggested Problems

More from this Author8

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!