A324087 Digits of one of the four 3-adic integers 3^(1/4) that is congruent to 10 mod 13.
10, 7, 9, 6, 7, 0, 2, 10, 0, 0, 4, 0, 1, 5, 12, 10, 7, 1, 1, 9, 7, 1, 7, 8, 0, 0, 9, 10, 5, 5, 0, 1, 4, 7, 0, 9, 7, 4, 6, 0, 3, 8, 12, 7, 7, 0, 11, 3, 11, 3, 1, 5, 8, 12, 9, 3, 12, 0, 6, 6, 11, 4, 8, 3, 7, 6, 3, 7, 5, 2, 11, 9, 9, 4, 7, 1, 4, 10, 12, 11, 0
Offset: 0
Examples
The unique number k in [1, 13^3] and congruent to 10 modulo 13 such that k^4 - 3 is divisible by 13^3 is k = 1622 = (97A)_13, so the first three terms are 10, 7 and 9.
Links
- Wikipedia, p-adic number
Crossrefs
Programs
-
PARI
a(n) = lift(-sqrtn(3+O(13^(n+1)), 4))\13^n
Comments