A212152 Digits of one of the three 7-adic integers (-1)^(1/3).
3, 4, 6, 3, 0, 2, 6, 2, 4, 3, 4, 4, 5, 2, 1, 2, 1, 4, 6, 1, 1, 3, 5, 0, 2, 3, 4, 1, 3, 4, 3, 5, 6, 6, 2, 2, 2, 0, 2, 4, 0, 6, 6, 1, 5, 4, 1, 2, 3, 4, 1, 3, 4, 0, 3, 3, 2, 4, 4, 4, 5, 1, 0, 4, 0, 2, 0, 3, 1, 0, 2, 6, 1, 5, 2, 5, 5, 6, 0, 6, 2, 4, 4, 2, 1, 6, 3, 4, 5, 5, 1, 0, 4, 2, 4, 4, 5, 5, 1, 3
Offset: 0
Links
- Robert Israel, Table of n, a(n) for n = 0..10000
Crossrefs
Programs
-
Maple
op([1,1,3],select(t -> padic:-ratvaluep(t,1)=3, [padic:-rootp(x^3+1,7,100)])); # Robert Israel, Mar 27 2018
-
Mathematica
Join[{3}, MapIndexed[#/7^#2[[1]] &, Differences[FoldList[PowerMod[#, 7, 7^#2] &, 3, Range[2, 100]]]]] (* Paolo Xausa, Jan 14 2025 *)
Formula
a(n) = (b(n+1) - b(n))/7^n, n>=1, with b(n):=A210852(n), defined by a recurrence given there. One also finds a Maple program for b(n) there. a(0)=3.
Comments