A212155 Digits of one of the three 7-adic integers (-1)^(1/3).
5, 2, 0, 3, 6, 4, 0, 4, 2, 3, 2, 2, 1, 4, 5, 4, 5, 2, 0, 5, 5, 3, 1, 6, 4, 3, 2, 5, 3, 2, 3, 1, 0, 0, 4, 4, 4, 6, 4, 2, 6, 0, 0, 5, 1, 2, 5, 4, 3, 2, 5, 3, 2, 6, 3, 3, 4, 2, 2, 2, 1, 5, 6, 2, 6, 4, 6, 3, 5, 6, 4, 0, 5, 1, 4, 1, 1, 0, 6, 0, 4, 2, 2, 4, 5, 0, 3, 2, 1, 1, 5, 6, 2, 4, 2, 2, 1, 1, 5, 3
Offset: 0
Links
- Paolo Xausa, Table of n, a(n) for n = 0..10000
Crossrefs
Programs
-
Mathematica
Join[{5}, MapIndexed[#/7^#2[[1]] &, Differences[FoldList[PowerMod[#, 7, 7^#2] &, 5, Range[2, 100]]]]] (* Paolo Xausa, Jan 14 2025 *)
Formula
a(n) = (b(n+1) - b(n))/7^n, n>=1, with b(n):=A212153(n), defined by a recurrence given there. One also finds there a Maple program for b(n). a(0)=5.
a(n) = 6 - A212152(n), for n>0. - Álvar Ibeas, Feb 21 2017
Comments