The Hofstadter H sequence is defined as follows:
The first elements of the sequence are 0, 1, 1, 2, 3, 4, 4, 5, 5, 6.
Write a function to compute
for a given n.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers12
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2055 Solvers
-
631 Solvers
-
Find the largest value in the 3D matrix
1681 Solvers
-
Get the elements of diagonal and antidiagonal for any m-by-n matrix
519 Solvers
-
Find the definite integral of various linear functions
62 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!
Typo: "Hofstadter G" in the description should be "Hofstadter H".