OFFSET
0,2
COMMENTS
For n > 0, a(n) is the unique solution to x^2 == 5 (mod 11^n) in the range [0, 11^n - 1] and congruent to 4 modulo 11.
A321077 is the approximation (congruent to 7 mod 11) of another square root of 5 over the 11-adic field.
LINKS
Wikipedia, p-adic number
EXAMPLE
4^2 = 16 = 5 + 1*11.
48^2 = 2304 = 5 + 19*11^2.
1258^2 = 1582564 = 5 + 1189*11^3.
PROG
(PARI) a(n) = truncate(sqrt(5+O(11^n)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Jianing Song, Oct 27 2018
STATUS
approved
