Problem 44543. Normie Function
So, I built a function and gave it a name- Normie. Find the nth term of Normie function: f(n)= 1*f(n-1)+ 2*f(n-3)+ 3 , when n>3 and 0 , when n<=3.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers28
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15765 Solvers
-
Program an exclusive OR operation with logical operators
748 Solvers
-
Get the length of a given vector
12811 Solvers
-
Create an index-powered vector
928 Solvers
-
191 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!