Consider the polynomial $$ 27x^4 - 256 y^3 = k^2, $$ where $k$ is an integer. As $k$ varies over all positive integers, is it possible to show that there are infinitely many distinct integral solutions $(X,Y,k)$?
There exists at least one solution: $x=12, y=-9, k=864$.
NOTE: If $(X,Y,k)$ is a solution then it is clear that $(\lambda^3X, \lambda^4 Y, \lambda^6 k)$ is also a solution. We will not consider such solutions to be distinct.
I will be modest and let $x$ be the constant $12$. I am looking for rational solutions, if such a solution will be found, we can adjust to an integer solution of the given equation...
We write the given equation in the form: $$ 2^4k^2 = (-2^4y)^3 + 27\cdot(2\cdot 12)^4\ . $$ There are too many features distracting the attention, so let us write simpler: $$ \tag{$\bbox[yellow]*$} \bbox[yellow]{\qquad Y^2 = X^3 + 8957952 \qquad} \ . $$ This is an elliptic curve or rank one, so it has infinitely many solutions. (The point we know is not a torsion point. It is enough to compute some of its multiples till it has no longer integral components.) Each solution is of the shape $(X,Y)=(a/c^2,\ b/c^3)$, so we obtain: $$ a^2 = b^3+ 27\cdot (2\cdot 12)^4\cdot c^6\ . $$ Multiply now with $c^6$ times a convenient power of two to get a solution for the initial equation.
$\square$
Example: We have done the theoretical job, but how does it work in practice?
The / a generator of $E$ is $P=(144, 3456)$. We compute on the elliptic curve for illustration $$ 5P= \left( \ \frac{478129063824}{64951^2}\ ,\ \frac{884224300107729024}{64951^3}\ \right)\ . $$ So $$ \scriptstyle \begin{aligned} 884224300107729024^2 \ &= \ 478129063824^3 \ + \ 27\cdot24^4\cdot 64951^6\ ,\\ (2^7\cdot 6908002344591633)^2 \ &=\ (2^4\cdot 29883066489)^3 \ + \ 27\cdot24^4\cdot 64951^6\ ,\\ \underbrace{2^8 \cdot(2^7\cdot 6908002344591633\cdot 64951^3)^2}_{=k^2} \ &= \ \underbrace{ 2^8\cdot (2^4\cdot 29883066489\cdot 64951^2)^3}_{=-256y^3} \ + \ \underbrace{ 2^8\cdot27\cdot24^4\cdot (64951^3)^4}_{=27x^4}\ . \end{aligned} $$ Computer check:
And this is definitively not obtained from the initial solution, new primes appear:
The following code produces some first solutions of the given equation from the rank one elliptic curve given by the equation $\bbox[yellow]{(*)}$, the code is sage code.
Results:
Let us produce (primitive) solutions from $nP$ for $n$ from one to ten. I am also adjusting the sign for $x,k$ to be always plus.
And we obtain latex code, that gets interpreted to:
$$\scriptstyle\left\{\begin{aligned} x &= 12 \\ y &= -9 \\ k &= 864 \end{aligned}\right.$$ $$\scriptstyle\left\{\begin{aligned} x &= 96 \\ y &= 207 \\ k &= 4752 \end{aligned}\right.$$ $$\scriptstyle\left\{\begin{aligned} x &= 26364 \\ y &= -316537 \\ k &= 4600342240 \end{aligned}\right.$$ $$\scriptstyle\left\{\begin{aligned} x &= 1022208 \\ y &= -11067868548 \\ k &= 18630134476322688 \end{aligned}\right.$$ $$\scriptstyle\left\{\begin{aligned} x &= 3288052716928212 \\ y &= -126065672531732710089 \\ k &= 60570335673815939916808844933856 \end{aligned}\right.$$ $$\scriptstyle\left\{\begin{aligned} x &= 59092397452297092000 \\ y &= 105551827489081662313594775 \\ k &= 5307918169253382199287355371362715854000 \end{aligned}\right.$$ $$\scriptstyle\left\{\begin{aligned} x &= 684854186342049368537157007692 \\ y &= -2948299571951402381523622152177418224009 \\ k &= 3535584303812582851469882294132364605472798214196700963302496 \end{aligned}\right.$$ $$\scriptstyle\left\{\begin{aligned} x &= 67909710157557636005883183922173696 \\ y &= -744492746691722729563076508837193265604068766753 \\ k &= 10278077059182304649135759634892206566443721831738488224507780658646320368 \end{aligned}\right.$$ $$\scriptstyle\left\{\begin{aligned} x &= 543415149821931195491252431214155564246735673124 \\ y &= -850726959533330406055914028018101415179960629084921034229921977 \\ k &= 1584953169635431670648917828328221974349497854339127634592272304217992939828494785297931782115680 \end{aligned}\right.$$ $$\scriptstyle\left\{\begin{aligned} x &= 440549685267196503389525073244884545414860652952488929938144 \\ y &= 14567563540893092615611914024375396216952988466531381214049432285382018280456887 \\ k &= 475019900116901101109432937396478669864087400180086553530895568332610429307370864130180980872451352164679221622923404368 \end{aligned}\right.$$