I would like to find all integers $a$ such that $x^5-x-a$ has a quadratic factor in $\mathbb{Z}[x]$.
My Attempt
Let $x^5-x-a=(x^2+bx+c)(x^3+dx^2+ex+f)$, so that we have the following:
$$\begin{array}{rcl} b+d&=&0\\ e+bd+c&=&0\\ f+be+cd&=&0\\ bf+ce&=&-1\\ cf&=&-a \end{array}$$
Hence:
$$\begin{array}{rcccl} d&=&-b\\ e&=&-bd-c&=&b^2-c\\ f&=&-be-cd&=&-b^3+2bc \end{array}$$
and we have:
$$1=-bf-ce=b^4-3b^2c+c^2,$$
so that:
$$(2c-3b^2)^2=5b^4+4.$$
Question
How can I find all values of $n$ such that $5n^4+4$ is a perfect square?
My Attempt
If $m^2=5n^4+4$, then $m^2-5n^4=4$.
If $m=2m_*$, then $n$ is even, so that $n=2n_*$, and we have the equation $m_*^2-20n_*^4=1$. By Pell equation, since $(a,b)=(9,2)$ is the least non-trivial solution of $a^2-20b^2=1$, then the general solution has the form $(a_n,b_n)$ where $a_n+b_n\sqrt{20}=(9+2\sqrt{20})^n$, but I do not know how to find out what values of $n$ make $b_n$ a square.
Short version: in $w^2 - 5 v^2 = 4,$ the numbers $v$ are Fibonacci numbers, of which the largest perfect square is $144$
As you can see, my "v" numbers are alternate Fibonacci numbers, while "w" are Lucas. I will try to find a reference, it is known that the largest square Fibonacci number is 144. Your largest $n$ is therefore $12,$ where your $m=322$
COHN 1963
Umm. Here is a Conway topograph for the quadratic form $x^2 - 5 y^2.$ This constitutes a proof that all solutions of $x^2 - 5 y^2 = 4$ are generated by initial pairs $$ (2,0) , (3,1) , ( 7,3), (18,8), (47,21), 123,55), (322,144), (843, 377) $$ with recursions $$ x_{n+6} = 18 x_{n+3} - x_n $$ $$ y_{n+6} = 18 y_{n+3} - y_n $$
These are from Cayley-Hamilton for $$ \left( \begin{array}{cc} 9&20 \\ 4&9 \end{array} \right) $$
A little more work shows that we may interpolate, meaning $$ x_{n+2} = 3 x_{n+1} - x_n $$ $$ y_{n+2} = 3 y_{n+1} - y_n $$
Let's see, the irrationals in the Binet description of alternate Fibonacci numbers are $$ \frac{3 \pm \sqrt 5}{2}, $$ while $$ \left(\frac{3 \pm \sqrt 5}{2} \right)^3 = 9 \pm 4 \sqrt 5 $$ where $9 \pm 4 \sqrt 5$ are the Binet numbers from $\lambda^2 - 18 \lambda + 1 =0$
REsources on Conway's Topograph
http://www.maths.ed.ac.uk/~aar/papers/conwaysens.pdf (Conway)
https://www.math.cornell.edu/~hatcher/TN/TNbook.pdf (Hatcher)
http://bookstore.ams.org/mbk-105/ (Weissman)
http://www.springer.com/us/book/9780387955872 (Stillwell)
Generate solutions of Quadratic Diophantine Equation
diagrams
Another quadratic Diophantine equation: How do I proceed?
How to find solutions of $x^2-3y^2=-2$?
Generate solutions of Quadratic Diophantine Equation
Why can't the Alpertron solve this Pell-like equation?
Finding all solutions of the Pell-type equation $x^2-5y^2 = -4$
If $(m,n)\in\mathbb Z_+^2$ satisfies $3m^2+m = 4n^2+n$ then $(m-n)$ is a perfect square.
how to solve binary form $ax^2+bxy+cy^2=m$, for integer and rational $ (x,y)$ :::: 69 55
Find all integer solutions for the equation $|5x^2 - y^2| = 4$
Positive integer $n$ such that $2n+1$ , $3n+1$ are both perfect squares
Maps of primitive vectors and Conway's river, has anyone built this in SAGE?
Infinitely many systems of $23$ consecutive integers
Solve the following equation for x and y: <1,-1,-1>
Finding integers of the form $3x^2 + xy - 5y^2$ where $x$ and $y$ are integers, using diagram via arithmetic progression
Small integral representation as $x^2-2y^2$ in Pell's equation
Solving the equation $ x^2-7y^2=-3 $ over integers
Solutions to Diophantine Equations
How to prove that the roots of this equation are integers?
Does the Pell-like equation $X^2-dY^2=k$ have a simple recursion like $X^2-dY^2=1$?
http://math.stackexchange.com/questions/1737385/if-d1-is-a-squarefree-integer-show-that-x2-dy2-c-gives-some-bounds-i/1737824#1737824 "seeds"
Find all natural numbers $n$ such that $21n^2-20$ is a perfect square.
Is there a simple proof that if $(b-a)(b+a) = ab - 1$, then $a, b$ must be Fibonacci numbers? 1,1,-1; 1,11
To find all integral solutions of $3x^2 - 4y^2 = 11$
How do we solve pell-like equations?
Diophantine equation $x^2 + xy − 3y^2 = 17$ <1,1,-3>