OFFSET
0,2
COMMENTS
This is the 5-adic solution to x^2 = -9 that ends in 1. A327305 gives the other solution that ends in 4.
LINKS
G. P. Michon, Introduction to p-adic integers, Numericana.
FORMULA
EXAMPLE
Equals ...3313302444030320224122330021224203344141.
PROG
(PARI) a(n) = truncate(-sqrt(-9+O(5^(n+1))))\5^n
CROSSREFS
Digits of 5-adic square roots:
this sequence, A327305 (sqrt(-9));
KEYWORD
nonn,base
AUTHOR
Jianing Song, Sep 16 2019
STATUS
approved