A324025 Digits of one of the two 5-adic integers sqrt(6) that is related to A324023.
1, 3, 0, 4, 2, 1, 2, 3, 1, 3, 3, 0, 3, 3, 2, 3, 2, 2, 2, 4, 3, 3, 1, 4, 0, 1, 2, 0, 0, 0, 3, 3, 1, 4, 1, 0, 1, 2, 4, 1, 4, 1, 1, 0, 2, 4, 4, 3, 0, 2, 3, 4, 1, 1, 4, 3, 4, 2, 4, 2, 1, 1, 2, 4, 4, 3, 2, 3, 1, 1, 0, 1, 4, 2, 3, 4, 4, 4, 4, 0, 3, 3, 1, 2, 3, 2, 3, 1
Offset: 0
Examples
The solution to x^2 == 6 (mod 5^4) such that x == 1 (mod 5) is x == 516 (mod 5^4), and 516 is written as 4031 in quinary, so the first four terms are 1, 3, 0 and 4.
Links
- Wikipedia, p-adic number
Crossrefs
Programs
-
PARI
a(n) = truncate(sqrt(6+O(5^(n+1))))\5^n
Comments