OFFSET
0,1
COMMENTS
For k not divisible by 7, k is a cube in 7-adic field if and only if k == 1, 6 (mod 13). If k is a cube in 7-adic field, then k has exactly three cubic roots.
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..10000
Wikipedia, p-adic number
FORMULA
EXAMPLE
The unique number k in [1, 7^3] and congruent to 6 modulo 7 such that k^3 - 6 is divisible by 7^3 is k = 83 = (146)_7, so the first three terms are 6, 4 and 1.
PROG
(PARI) a(n) = lift(sqrtn(6+O(7^(n+1)), 3))\7^n
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Jianing Song, Aug 27 2019
STATUS
approved