Problem 52968. Easy Sequences 43: Least Common Fibonacci Number
Solution Stats
Problem Comments
-
2 Comments
GeeTwo
on 7 Dec 2022
That's not really a standard way to number F(n), (usually F(0):==0 and F(1):==1) but OK...
James
on 2 Jun 2023
It's numbered like that because the lowest Fibonacci number divisible by F(a) and F(b) in the normal numbering system is F(lcm(a,b)). In the example here, you need to add one to everything to get that to work: lcm((3+1),(4+1)) = (19+1)
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
Find the two most distant points
2535 Solvers
-
Find the elements of a matrix according to a defined property.
82 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
783 Solvers
-
Large Sum (inspired by Project Euler 13)
75 Solvers
-
Easy Sequences 33: Web Trapped Ant
10 Solvers
More from this Author116
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!