We have $24n^3+6n+7$ and we need to find all natural $n$ for which this equation is a sixth power of natural number.
My try: let $k \in N$
$24n^3+6n+7=k^6$
$24n^3+6n+6=k^6-1$
$6(2n+1)(2n^2-n+1)=(k^3+1)(k^3-1)$ let $m=k^3-1$
$6(2n+1)(2n^2-n+1)=m(m+2)$
since $2n^2-n+1>2n+1$ for $n \ge 2$ and for $n=1$ we have $37\neq k^6$ then
$\begin{cases} m=6(2n+1)\\m+2=2n^2-n+1\end{cases}$
solving we have $n=7$ but then we have $8281$ which can't be represented as $k^6$ what's wrong here ?