19

Does there exist a sequence $(a_n)_{n\in \Bbb{N}}$ of rationals such that for all $n\in \Bbb{N}$, $a_n\neq 0$ and the polynomial $a_0+a_1X+\cdots+a_nX^n$ is split over $\Bbb{Q}$?

I was asked this question by myself but I am unable to find a solution, does anyone have any ideas please?

user26857
  • 52,094

1 Answers1

0

You can recursively define the coefficients in order that $$ p_n(x) = a_0 + a_1 x + \ldots + a_n x^n $$ has a root in $x=n$, for instance: $$ a_n = -\frac{1}{n^n}\sum_{j=0}^{n-1}a_j\, n^j.$$ If you meant that every $p_n(x)$ must completely split over $\mathbb{Q}$ for a sequence with infinite non-zero terms, it is believed that there is no chance, but the linked question is still open.

Jack D'Aurizio
  • 353,855