Problem 60266. Stern-Brocot Sequence
The Stern-Brocot diatomic sequence is defined as follows:
The first elements of the sequence are 0, 1, 1, 2, 1, 3, 2, 3, 1, 4, 3.
Write a function to compute
for a given n.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers8
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1856 Solvers
-
308 Solvers
-
464 Solvers
-
Given a window, how many subsets of a vector sum positive
856 Solvers
-
Split a string into chunks of specified length
1874 Solvers
More from this Author53
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!