I came across the following problem and am having trouble solving it. I believe I have come across the first insight into how to solve the problem but I am having trouble seeing the second insight.
The problem is as follows:
Suppose you have 5 positive sequential integers $$ r, o, h, a, n. $$ The sum of $$ o + h + a $$ is a perfect square. The sum of $$ r + o + h + a + n $$ is a perfect cube. What is the lowest possible value of h?
So my first insight is as follows:
$$ r + o + h + a + n = r + (r+1) + (r+2) + (r+3) + (r+4) = 5r+10 $$ $$ \implies 3r+6=y^2 $$ $$ and, 5r+10=x^3. $$
I am unsure how to combine these functions or use them to find a minimum, since they do not share an x or y.
Any hints/suggestions are appreciated.
EDIT:
I made an error in transposing the problem. The variables are not defined to be "sequential positive integers", but as "consecutive positive integers". I am unsure if this implies a variable range between the numbers or not.
If it does, I get the answer of:
$$ r=1, o=2, h=3, a=4, n=17 $$
I cannot imagine a lesser solution since r is the lowest possible positive integer and o and h increase by 1 each time. However, my answer is not correct. Does "consecutive positive integers" imply a uniform range between each number?