A322559 One of the two successive approximations up to 17^n for 17-adic integer sqrt(2). This is the 6 (mod 17) case (except for n = 0).
0, 6, 244, 4290, 43594, 461199, 6140627, 344066593, 6088808015, 54919110102, 292094863096, 30532003369831, 544610447984326, 6953455057511697, 56476345222041382, 1066743304578446956, 21103704665147157507, 118426088416480894469, 11699789754825195592947
Offset: 0
Keywords
Examples
6^2 = 36 = 2*17 + 2; 244^2 = 59536 = 206*17^2 + 2; 4290^2 = 18404100 = 3746*17^3 + 2.
Links
- Wikipedia, p-adic number
Crossrefs
Programs
-
PARI
a(n) = truncate(sqrt(2+O(17^n)))
Comments