A319305 Digits of one of the three 7-adic integers 6^(1/3) that is related to A319098.
5, 5, 2, 2, 1, 5, 6, 0, 5, 4, 4, 3, 0, 0, 3, 3, 2, 4, 5, 2, 1, 1, 6, 1, 4, 6, 2, 2, 2, 6, 2, 4, 1, 0, 0, 2, 0, 3, 4, 2, 2, 1, 5, 2, 6, 1, 0, 4, 1, 6, 0, 6, 0, 1, 3, 0, 3, 4, 1, 1, 1, 0, 6, 5, 2, 4, 0, 2, 2, 5, 1, 1, 0, 4, 0, 0, 5, 6, 4, 1, 5, 2, 4, 3, 0, 1, 2, 5
Offset: 0
Examples
The unique number k in [1, 7^3] and congruent to 5 modulo 7 such that k^3 - 6 is divisible by 7^3 is k = 138 = (255)_7, so the first three terms are 5, 5 and 2.
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..10000
- Wikipedia, p-adic number
Crossrefs
Programs
-
PARI
a(n) = lift(sqrtn(6+O(7^(n+1)), 3) * (-1-sqrt(-3+O(7^(n+1))))/2)\7^n
Comments