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