A055846 a(n) = 25*6^(n-2), with a(0)=1 and a(1)=4.
1, 4, 25, 150, 900, 5400, 32400, 194400, 1166400, 6998400, 41990400, 251942400, 1511654400, 9069926400, 54419558400, 326517350400, 1959104102400, 11754624614400, 70527747686400, 423166486118400, 2538998916710400
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 (6)
Programs
-
Mathematica
LinearRecurrence[{6},{1,4,25},30] (* Harvey P. Dale, May 25 2023 *)
Formula
a(n) = 25*6^(n-2), a(0)=1, a(1)=4. a(n) = 6a(n-1) + ((-1)^n)*binomial(2, 2-n); g.f.(x)=(1-x)^2/(1-6x).
a(n) = Sum_{k, 0<=k<=n} A201780(n,k)*4^k. - Philippe Deléham, Dec 05 2011
Extensions
More terms from James Sellers, Jun 05 2000
Comments