A324024 One of the two successive approximations up to 5^n for 5-adic integer sqrt(6). This is the 4 (mod 5) case (except for n = 0).
0, 4, 9, 109, 109, 1359, 10734, 41984, 120109, 1291984, 3245109, 13010734, 208323234, 452463859, 1673166984, 13880198234, 44397776359, 349573557609, 1875452463859, 9504846995109, 9504846995109, 104872278635734, 581709436838859, 7734266809885734, 7734266809885734
Offset: 0
Keywords
Examples
9^2 = 81 = 3*5^2 + 6; 109^2 = 11881 = 95*5^3 + 6 = 19*5^4 + 6; 1359^2 = 1846881 = 591*5^5 + 6.
Links
- Wikipedia, p-adic number
Crossrefs
Programs
-
PARI
a(n) = truncate(-sqrt(6+O(5^n)))
Comments