OFFSET
0,1
COMMENTS
This square root of -6 in the 5-adic field ends with digit 3. The other, A324029, ends with digit 2.
LINKS
Wikipedia, p-adic number
FORMULA
EXAMPLE
The solution to x^2 == -6 (mod 5^4) such that x == 3 (mod 5) is x == 463 (mod 5^4), and 463 is written as 3323 in quinary, so the first four terms are 3, 2, 3 and 3.
PROG
(PARI) a(n) = truncate(-sqrt(-6+O(5^(n+1))))\5^n
CROSSREFS
Digits of 5-adic square roots:
A324029, sequence (sqrt(-6));
KEYWORD
nonn,base
AUTHOR
Jianing Song, Sep 07 2019
STATUS
approved