A055996 a(n) = 81*10^(n-2), a(0)=1, a(1)=8.
1, 8, 81, 810, 8100, 81000, 810000, 8100000, 81000000, 810000000, 8100000000, 81000000000, 810000000000, 8100000000000, 81000000000000, 810000000000000, 8100000000000000, 81000000000000000, 810000000000000000
Offset: 0
References
- A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 194-196.
Links
- Milan Janjic, Enumerative Formulas for Some Functions on Finite Sets
- Index entries for linear recurrences with constant coefficients, signature (10)
Programs
-
Mathematica
Join[{1,8},NestList[10#&,81,20]] (* Harvey P. Dale, Nov 20 2015 *)
Formula
a(n)=10a(n-1)+[(-1)^n]*C(2, 2-n). G.f.(x)=(1-x)^2/(1-10x).
a(n) = Sum_{k, 0<=k<=n} A201780(n,k)*8^k. - Philippe Deléham, Dec 05 2011
Comments