A322560 One of the two successive approximations up to 17^n for 17-adic integer sqrt(2). This is the 11 (mod 17) case (except for n = 0).
0, 11, 45, 623, 39927, 958658, 17996942, 66272080, 886949426, 63668766395, 1723899037353, 3739892937802, 38011789245435, 2951122975394240, 111901481337359547, 1795679746931368837, 27557487210519710974, 708814173469855869708, 2363294697242529398062
Offset: 0
Keywords
Examples
11^2 = 121 = 7*17 + 2; 45^2 = 2025 = 7*17^2 + 2; 623^2 = 388129 = 79*17^3 + 2.
Links
- Wikipedia, p-adic number
Crossrefs
Programs
-
PARI
a(n) = truncate(-sqrt(2+O(17^n)))
Comments