Problem 52824. Easy Sequences 31: N-N's Sequence
We define the N-N's Sequence, as the series of all positive integers in ascending order and with repetition, wherein any number n appears n times. The first few elements of this sequence are as follows:
As you can see, 4 appears 4 times, 7 appears 7 times, appears times, etc...
Write a function that output the number n occuping the position.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers12
Suggested Problems
-
22316 Solvers
-
Return a list sorted by number of occurrences
2815 Solvers
-
344 Solvers
-
(Linear) Recurrence Equations - Generalised Fibonacci-like sequences
348 Solvers
-
56 Solvers
More from this Author116
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!