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
Problem Comments
-
3 Comments
goc3
on 28 Apr 2022
This is a good problem. James would be proud of your test suite.
ChrisR
on 7 May 2022
Thanks goc3!
Lincoln Poon
on 3 Oct 2022
Very nice problem. And a very elegant series:)
Solution Comments
Show commentsProblem Recent Solvers22
Suggested Problems
-
Count from 0 to N^M in base N.
239 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
554 Solvers
-
Lychrel Number Test (Inspired by Project Euler Problem 55)
108 Solvers
-
Golomb's self-describing sequence (based on Euler 341)
177 Solvers
-
183 Solvers
More from this Author316
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!