A322564 One of the two successive approximations up to 17^n for 17-adic integer sqrt(-2). This is the 10 (mod 17) case (except for n = 0).
0, 10, 265, 1421, 80029, 664676, 23382388, 23382388, 3306091772, 80039423623, 80039423623, 4112027224521, 552462368146649, 9291795926593064, 19196373959499001, 861085506756503646, 861085506756503646, 49522277382423372127, 6667444372473117485543, 48856697728676292458570, 287929133413827617305723
Offset: 0
Keywords
Examples
10^2 = 100 = 6*17 - 2; 265^2 = 70225 = 243*17^2 - 2; 1421^2 = 2019241 = 411*17^3 - 2.
Links
- Wikipedia, p-adic number
Crossrefs
Programs
-
PARI
a(n) = truncate(-sqrt(-2+O(17^n)))
Comments