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

683 Solutions

204 Solvers

Last Solution submitted on Mar 31, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers204

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!