The following problem was posted to usenet forum de.rec.denksport two weeks ago and no progress was made.
Find all positive integers $x$,$y$ satisfying the equation
$$2x^2 - y^{14} = 1$$
$(1,1)$ is a solution and i suspect it is the only one.
I tried some things, e.g. I started from
$$2x^2=1+y^{14}$$
and using the identities
$$1+y^{14}=(y^2+1)(y^{12}-y^{10}+y^8-y^6+y^4-y^2+1)$$ and $$y^{12}-y^{10}+y^8-y^6+y^4-y^2+1=(y^2+1)(y^{10}-2y^8+3y^6-4y^4+5y^2-6)+7$$
it was possible to split the equations in two equations
$$2u^2=y^2+1$$ $$v^2=y^{12}-y^{10}+y^8-y^6+y^4-y^2+1$$ $$\gcd(y^2+1,y^{12}-y^{10}+y^8-y^6+y^4-y^2+1)=1$$
Using this result I could check that there is no solution for small integers ($y$ less than $10^{2000}$) by finding the set of solutions of the first of these equations using http://www.alpertron.com.ar/QUAD.HTM and checking if $y^{12}-y^{10}+y^8-y^6+y^4-y^2+1$ is a square. But I had no clue how to solve the problem.