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

676 Solutions

203 Solvers

Last Solution submitted on Jan 30, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers203

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!