Problem 51471. Find integer solutions to an equation with a sum of binomial coefficients
Theorem 1 of chapter 27 of the book Diophantine Equations by Louis J. Mordell shows that the equation
has a finite number of real, integer solutions
. One of them has
because
.
Write a function that takes a value
and returns a two-column matrix with
pairs for
. Sort the pairs in order of increasing x.
Solution Stats
Problem Comments
-
1 Comment
goc3
on 20 Apr 2021
Superb job of not giving away answers in the test suite.
Solution Comments
Show commentsProblem Recent Solvers6
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
9121 Solvers
-
How to find the position of an element in a vector without using the find function
2809 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1985 Solvers
-
788 Solvers
-
Find Index of maximum Value and maximum Value of a vector
167 Solvers
More from this Author319
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!