I a quite confused by the wording of the following problem:
Consider the formal power series $R(X) = \sum_{n\geq 1} r_n X^n$ over $GF(2)[[X]]$. Show that $R$ is algebraic over $GF(2)[X]$ by deriving an algebraic equation, with polynomial coefficients, of which R is a root.
Here $GF(2)$ is the Galois field with two elements, and $r_n = 0$ if and only if n is of the form $4^a(8k+7)$, otherwise $r_n = 1$ (this sequence).
My abstract algebra may be a bit lacking for this course. Essentially what the problem is asking for is a algebraic equation
$$ A(X) = \sum_{n\geq0} a_n X^n = 0 $$
Where each $a_i \in GF(2)[X]$ is a polynomial, and $R(X)$ is a root of $A(X)$.
Am I interpreting the wording correctly? To be a little more explicit, the use of the word "over" is what confuses me the most. In this context what does it mean to be algebraic "over" something?