A325491 Digits of one of the four 5-adic integers 6^(1/4) that is congruent to 3 mod 5.
3, 0, 4, 1, 4, 2, 4, 0, 4, 1, 4, 2, 2, 2, 3, 2, 3, 0, 4, 1, 0, 2, 3, 0, 3, 3, 2, 4, 4, 1, 4, 3, 3, 1, 3, 0, 0, 4, 2, 0, 4, 0, 3, 2, 4, 3, 2, 1, 2, 0, 2, 0, 3, 1, 4, 2, 3, 4, 1, 1, 1, 1, 4, 2, 2, 1, 3, 3, 0, 3, 3, 4, 3, 0, 4, 1, 1, 1, 4, 1, 4, 4, 0, 4, 1, 2, 1, 3
Offset: 0
Examples
The unique number k in [1, 5^3] and congruent to 3 modulo 5 such that k^4 - 6 is divisible by 5^3 is k = 103 = (403)_5, so the first three terms are 3, 0 and 4.
Links
- Wikipedia, p-adic number
Crossrefs
Programs
-
PARI
a(n) = lift(-sqrtn(6+O(5^(n+1)), 4) * sqrt(-1+O(5^(n+1))))\5^n
Comments