For what p-adic numbers $a_1,a_2$ does the recurrence $a_{n+2}=a_{n+1}+\frac{a_n}{n^2}$ converge? This is inspired by a question that was asked originally but to do with real numbers; this is for fun just to see "what if we change the field?".
If it does converge, then because the Cauchy criteria in an ultrametric space is $|a_{n+2}-a_{n+1}|\to 0$ then this means $|\frac{a_n}{n^2}|\to 0$ and so $a_n \to 0$. As a trivial case, $a_1=a_2=0$ works, and I would suspect this is the only time it converges.
Since $\frac{1}{n^2}$ can become arbitrarily large, it is competing against $a_n$ terms which get arbitrarily small, but I can't seem to work out a way to force a contradiction that the $a_n$ terms don't miraculously get small fast enough for it to converge.
Some partial results, if two consecutive terms are $0$, then all the terms are $0$. So there is no alternative way to end up with an eventually all zero sequence. We also have $-a_2 = \sum_{n=1}^\infty \frac{a_n}{n^2}$ which I don't see a way to make useful unfortunately.
Since $|a_{n+2}|_p\leq\max\left(|a_{n+1}|_p,\left|\frac{a_n}{n^2}\right|_p\right)$ with equality when they aren't equal, either $|a_n|_p$ or $|a_{n+1}|_p$ must be at least $|a_1|_p$. Notice that the $\frac1{n^2}$ only serves to increase the norm.
Suppose it converges, it means that $\left|\frac{a_n}{n^2}\right|_p<$ approaches $0$. But since $\left|\frac{a_n}{n^2}\right|_p=\left|a_n\right|_p\left|\frac1{n^2}\right|_p\geq|a_n|_p$ whenever $(n,p)=1$, it means $|a_n|_p$ approaches $0$ where we restrict $n$ to be coprime to $p$, but this is a contradiction to the first statemnet.