A309723 Digits of the 6-adic integer (1/5)^(1/5).
5, 0, 4, 5, 5, 1, 5, 4, 1, 2, 0, 3, 5, 3, 2, 5, 0, 0, 5, 4, 5, 3, 0, 3, 4, 2, 0, 0, 1, 4, 0, 0, 1, 2, 2, 3, 3, 4, 5, 4, 4, 5, 3, 1, 1, 5, 2, 0, 5, 4, 2, 2, 5, 4, 0, 2, 5, 5, 4, 2, 1, 1, 4, 2, 2, 4, 5, 4, 1, 5, 0, 1, 0, 4, 2, 1, 3, 4, 0, 1, 2, 0, 0, 3, 3, 1, 3, 4, 2, 3, 4, 2, 5, 0, 3, 3, 0, 1, 2, 0, 4
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) = 5, b(n) = b(n-1) + 5 * (5 * b(n-1)^5 - 1) mod 6^n for n > 1, then a(n) = (b(n+1) - b(n))/6^n.