Problem 2423. Integer Sequence - II : New Fibonacci
Solution Stats
Problem Comments
-
6 Comments
Aamod Garg, it is not appropriate to effectively publish the solution as a comment. The instruction asks Players to "crack" the sequence. —DIV [Can some Admin possibly please delete Aamod Garg's comment?]
The Integer Sequence isn't shown for some reason.
I don't see an integer sequence here
The integer sequence is not shown (at least for me), but you can get the idea from the test cases. Here is the sequence, if you are looking for it: 1, 1, 1, 2, 5, 21, 233, 10946, 5702887...
These numbers are from the original Fibonacci sequence. To crack it, you'll need to find the relationship between these numbers and their indices.
Probably the most satisfactory problem I've encountered this far. Wonderful!
Enjoyed :-)
Solution Comments
-
1 Comment
Little coding, more time spent figuring out the sequence.
-
1 Comment
Is the 7 term 233?
-
2 Comments
:-)
There exist a number sequence database somewhere in the internet... ;-)
Problem Recent Solvers392
Suggested Problems
-
Return unique values without sorting
718 Solvers
-
Are all the three given point in the same line?
336 Solvers
-
The sum of the numbers in the vector
496 Solvers
-
Fix the last element of a cell array
713 Solvers
-
Sum of odd numbers in a matrix
403 Solvers
More from this Author44
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!