A055995 a(n) = 64*9^(n-2), a(0)=1, a(1)=7.
1, 7, 64, 576, 5184, 46656, 419904, 3779136, 34012224, 306110016, 2754990144, 24794911296, 223154201664, 2008387814976, 18075490334784, 162679413013056, 1464114717117504, 13177032454057536, 118593292086517824
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 (9)
Formula
a(n) = 9a(n-1) + ((-1)^n)*C(2, 2-n).
G.f.: (1-x)^2/(1-9x).
a(n) = Sum_{k, 0<=k<=n} A201780(n,k)*7^k. - Philippe Deléham, Dec 05 2011
Comments