A324023 One of the two successive approximations up to 5^n for 5-adic integer sqrt(6). This is the 1 (mod 5) case (except for n = 0).
0, 1, 16, 16, 516, 1766, 4891, 36141, 270516, 661141, 6520516, 35817391, 35817391, 768239266, 4430348641, 16637379891, 108190114266, 413365895516, 1939244801766, 9568639333016, 85862584645516, 371964879567391, 1802476354176766, 4186662145192391, 51870377965504891
Offset: 0
Keywords
Examples
16^2 = 256 = 10*5^2 + 6 = 2*5^3 + 6; 516^2 = 266256 = 426*5^4 + 6; 1766^2 = 3118756 = 998*5^5 + 6.
Links
- Wikipedia, p-adic number
Crossrefs
Programs
-
PARI
a(n) = truncate(sqrt(6+O(5^n)))
Comments