Problem 1472. nth Rational Number
Return the nth rational number.
The first ten positive rational numbers under the enumeration using cantors diagonalization argument are 1/1, 2/1, 1/2, 3/1, 2/2, 1/3, 4/1, 3/2, 2/3, 1/4.
Find the index of a positive rational number enumerated in this manner, i.e. the 6th rational number is 1/3.
Solution Stats
Problem Comments
-
2 Comments
Massimo Zanetti
on 7 Oct 2016
Is that possible to have a ranking of the solutions based on their performing time? I think that the could be a method that is fast even if more sized.
Massimo Zanetti
on 10 Oct 2016
Solution
provides inexpensive method. There is only one 2nd order polynomial solution and one division.
Solution Comments
Show commentsGroup

Magic Numbers
- 19 Problems
- 84 Finishers
- Find the 9's Complement
- Bell Number calculator
- Is this number Munchhausen?
- Smith numbers
- Generate a Parasitic Number
- Armstrong Number
- nth Rational Number
- Generate a Parasitic Number
- Compute Fibonacci Number
- Find vampire numbers
- N-th Odious
- Evil Number
- Armstrong Number
- Generalised Hamming Number
- Polite numbers. Politeness.
- Polite numbers. N-th polite number.
- Bell Number calculator
- Narcissistic number ?
- Is this number Munchhausen?
- Compute Fibonacci Number
- Smith numbers
- Find vampire numbers
- Polygonal numbers
- Generate a Parasitic Number
- nth Rational Number
- Kaprekar numbers
- Parasitic numbers
- Determine if a Given Number is a Triangle Number
Problem Recent Solvers161
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!