A324082 One of the four successive approximations up to 13^n for 13-adic integer 3^(1/4).This is the 3 (mod 13) case (except for n = 0).
0, 3, 68, 575, 13757, 156562, 4612078, 52880168, 178377202, 9967145854, 137221138330, 1240089073122, 22746013801566, 279024950148857, 2399150696294628, 2399150696294628, 104770936724476142, 3431853982640375347, 98586429095835092610, 1335595905567366417029
Offset: 0
Keywords
Examples
The unique number k in [1, 13^2] and congruent to 3 modulo 13 such that k^4 - 3 is divisible by 13^2 is k = 68, so a(2) = 68. The unique number k in [1, 13^3] and congruent to 3 modulo 13 such that k^4 - 3 is divisible by 13^3 is k = 575, so a(3) = 575.
Links
- Wikipedia, p-adic number
Crossrefs
Programs
-
PARI
a(n) = lift(sqrtn(3+O(13^n), 4))
Comments