A324027 One of the two successive approximations up to 5^n for 5-adic integer sqrt(-6). This is the 2 (mod 5) case (except for n = 0).
0, 2, 12, 37, 162, 1412, 10787, 42037, 354537, 1526412, 3479537, 3479537, 3479537, 247620162, 3909729537, 10013245162, 101565979537, 711917542037, 2237796448287, 13681888245162, 51828860901412, 337931155823287, 1291605472229537, 10828348636292037, 58512064456604537
Offset: 0
Keywords
Examples
12^2 = 144 = 6*5^2 - 6; 37^2 = 1369 = 11*5^3 - 6; 162^2 = 26244 = 42*5^4 - 6.
Links
- Wikipedia, p-adic number
Crossrefs
Programs
-
PARI
a(n) = truncate(sqrt(-6+O(5^n)))
Comments