EDIT: equivalent formulation by Hurkyl in comments: if $n$ is odd and $p^\nu \parallel n$ and $n > 2k,$ then $$ p^{(\nu + 2 + 2 k - n)} \; | \; \sum_j \left( \begin{array}{c} n \\ 2j \end{array} \right) \left( \begin{array}{c} j \\ k \end{array} \right), $$ where the sum should be $k \leq j \leq (n-1)/2.$ Evidently one can expand this sum in some useful way...Hope I got this all arranged correctly. For $n-2k=1,$ the binomial coefficient sum is just $n$ itself. Hurkyl already did $n-2k=3,$ the sum is $n(n+1)(n-1)/6,$ so it works, and you only reach equality if the prime under consideration is $3.$ After an initial bunch of errors, I did $n-2k=5,$ the sum is $n(n+1)(n-1)(n+3)(n-3)/120,$ and it also works. This need not be an integer if $n$ is even but not divisible by $8.$ However, I am not at all worried about $n$ even for this problem.
ORIGINAL: Let me post this and then look at related questions. I do suspect that this is all known. If everything I expect is actually true, this gives an answer to Divisors of Pell Equation Solutions which seems to have just been made up as convenient for a contest training problem.
Anyway, take the sequence of polynomials in one variable $$ 1, \; x, \; 2 x^2 - 1, \; 4 x^3 - 3 x, \; 8 x^4 - 8 x^2 + 1, \; 16 x^5 - 20 x^3 + 5 x,$$ $$ 32 x^6 - 48 x^4 + 18 x^2 - 1, \; 64 x^7 - 112 x^5 + 56 x^3 - 7 x, $$ $$128 x^8 - 256 x^6 + 160 x^4 - 32 x^2 + 1, \; 256 x^9 - 576 x^7 + 432 x^5 - 120 x^3 + 9 x, $$ $$ 512 x^{10} - 1280 x^8 + 1120 x^6 - 400 x^4 + 50 x^2 - 1, $$ $$ 1024 x^{11} - 2816 x^9 + 2816 x^7 - 1232 x^5 + 220 x^3 - 11 x, $$ $$ 2048 x^{12} - 6144 x^{10} + 6912 x^8 - 3584 x^6 + 840 x^4 - 72 x^2 + 1,$$ $$ 4096 x^{13} - 13312 x^{11} + 16640 x^9 - 9984 x^7 + 2912 x^5 - 364 x^3 + 13 x, $$ $$ 8192 x^{14} - 28672 x^{12} + 39424 x^{10} - 26880 x^8 + 9408 x^6 - 1568 x^4 + 98 x^2 - 1,$$ $$ 16384 x^{15} - 61440 x^{13} + 92160 x^{11} - 70400 x^9 + 28800 x^7 - 6048 x^5 + 560 x^3 - 15 x, $$ $$ 32768 x^{16} - 131072 x^{14} + 212992 x^{12} - 180224 x^{10} + 84480 x^8 - 21504 x^6 + 2688 x^4 - 128 x^2 + 1, $$ $$ 65536 x^{17} - 278528 x^{15} + 487424 x^{13} - 452608 x^{11} + 239360 x^9 - 71808 x^7 + 11424 x^5 - 816 x^3 + 17 x, \ldots $$ If we call these $f_n,$ we have $f_0 = 1, f_1 = x, f_2 = 2 x^2 - 1,$ and $$ f_{n+2} = 2 x f_{n+1} - f_n. $$ It would not be at all surprising if these had a name. Maybe that is why people are always asking for names of things on MSE, so that they can look up the names online...
Anyway, if $n$ is odd, then the final term is $\pm n x.$ Conjectures are like this: for an odd prime $p,$ if $p^2 | n,$ then $p$ divides the cubic coefficient $a_3.$ If $p^3| n,$ then $p^2$ divides $a_3.$ If $p^4| n,$ then $p^3$ divides $a_3$ and $p$ divides $a_5.$ If $p^5| n,$ then $p^4$ divides $a_3$ and $p^2$ divides $a_5.$ If $p^6| n,$ then $p^5$ divides $a_3$ and $p^3$ divides $a_5$ and $p$ divides $a_7.$
Let's see; Question: Anyone know anything about this?