reviewed
approved
reviewed
approved
proposed
reviewed
editing
proposed
editing
proposed
Seiichi Manyama, <a href="/A309605/b309605.txt">Table of n, a(n) for n = 0..10000</a>
Define the sequence {b(n)} by the recurrence b(0) = 0 and b(1) = 9, b(n) = b(n-1) + 7 * (9 * b(n-1)^3 - 61) mod 10^n for n > 1, then a(n) = (b(n+1) - b(n))/10^n.
b(0) = 0 and b(1) = 9, b(n) = b(n-1) + 7 * (9 * b(n-1)^3 - 61) mod 10^n for n > 1.
a(n) = (b(n+1) - b(n))/10^n.
Digits of the 10-adic integers integer (61/9)^(1/3).
b(0) = 0 and b(1) = 9, b(n) = b(n-1) + 3 7 * (9 * b(n-1)^3 - 61) mod 10^n for n > 1.