Let $p = 6n+1$ be a prime number. Prove that the numerator of the rational number $$ \sum_{k=1}^{4n}\frac{(-1)^{k-1}}{k} $$ is divisible by $p$.
What I've tried: Let \begin{align} g(x) &= (x+1)(2-x)(x+3)(4-x) \cdots (4n-x) \\ &= a_{4n} x^{4n} + a_{4n-1} x^{4n-1} + \cdots + a_1 x + a_0 \end{align} then the unreduced form of the numerator of the alternating harmonic sum is then $a_1$. Since the sum only goes up to $-\frac{1}{4n}$ the question is equivalent to showing $p = 6n+1\mid a_1$. From here I tried showing $g'(0)$ is divisible by $p$ but didn't get anywhere.
Note: This problem is from Andrej Dujella's Number Theory. It's an exercise from the second chapter divisibility, so there might be a solution without mods.