Another Normie Function defined as f(n)= f(n-1)+f(n-2)+f(n-3) , when n>3 and 1 , when n<=3. Find the nth term of this function .
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers26
Suggested Problems
-
Arrange vector in ascending order
817 Solvers
-
644 Solvers
-
Replace 0 indices in array with 1's
143 Solvers
-
特定の値がベクトル内に含まれているかを確認するコードを書こう
342 Solvers
-
Separate even from odd numbers in a vector - without loops
392 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Please add more tests to deter hardcoded solutions (see Solution 1472301).