A309698 Digits of the 4-adic integer 3^(1/3).
3, 2, 3, 1, 1, 0, 3, 3, 1, 0, 2, 0, 3, 3, 0, 3, 1, 3, 0, 1, 1, 3, 0, 3, 3, 3, 3, 3, 1, 0, 3, 2, 0, 2, 0, 0, 1, 2, 3, 2, 0, 3, 1, 0, 1, 1, 1, 2, 1, 2, 0, 1, 0, 1, 3, 2, 2, 1, 1, 1, 3, 2, 2, 0, 3, 3, 3, 0, 3, 0, 0, 0, 3, 0, 2, 3, 3, 0, 3, 2, 1, 2, 1, 2, 2, 1, 0, 0, 0, 2, 0, 1, 3, 0
Offset: 0
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..10000
- Wikipedia, Hensel's Lemma.
Crossrefs
Programs
Formula
Define the sequence {b(n)} by the recurrence b(0) = 0 and b(1) = 3, b(n) = b(n-1) + b(n-1)^3 - 3 mod 4^n for n > 1, then a(n) = (b(n+1) - b(n))/4^n.
Comments