Problem 53120. Compute the Sequence of the Day

A sequence starts with 1 and 2, and each subsequent term is the sum of the digits of the product of the previous two terms. As a result, the third term is 2, the fourth is 4, and the fifth is 8.
Write a function to compute the nth term of the sequence.

Solution Stats

75.0% Correct | 25.0% Incorrect
Last Solution submitted on Jan 12, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers20

Suggested Problems

More from this Author244

Problem Tags

Community Treasure Hunt

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

Start Hunting!