A324028 One of the two successive approximations up to 5^n for 5-adic integer sqrt(-6). This is the 3 (mod 5) case (except for n = 0).
0, 3, 13, 88, 463, 1713, 4838, 36088, 36088, 426713, 6286088, 45348588, 240661088, 973082963, 2193786088, 20504332963, 51021911088, 51021911088, 1576900817338, 5391598082963, 43538570739213, 138906002379838, 1092580318786088, 1092580318786088, 1092580318786088
Offset: 0
Keywords
Examples
13^2 = 169 = 7*5^2 - 6; 88^2 = 7744 = 62*5^3 - 6; 463^2 = 214369 = 343*5^4 - 6.
Links
- Wikipedia, p-adic number
Crossrefs
Programs
-
PARI
a(n) = truncate(-sqrt(-6+O(5^n)))
Comments