OFFSET
1,1
REFERENCES
R. Aldrovandi, "Special Matrices of Mathematical Physics", World Scientific, 2001, 13.3.1 "Inverting Bell Matrices", p. 171.
LINKS
M. Janjic and B. Petkovic, A Counting Function, arXiv 1301.4550, 2013
FORMULA
Given the 4th-order Stirling number of the first kind matrix [1 0 0 0 / -1 1 0 0 / 2 -3 1 0 / -6 11 -6 1] = M, M^n * [1 0 0 0] = [1 -n A005449(n) -a(n)].
Empirical g.f.: x*(6+11*x+x^2)/(1-x)^4. - Colin Barker, Jan 14 2012
EXAMPLE
a(5) = 440 = (2n+1)*A005449(n) = 11 * 40.
a(6) = 741 since M^7 * [1 0 0 0] = [1 -6 57 -741].
MATHEMATICA
a[n_] := (MatrixPower[{{1, 0, 0, 0}, {-1, 1, 0, 0}, {2, -3, 1, 0}, {-6, 11, -6, 1}}, n].{{1}, {0}, {0}, {0}})[[4, 1]]; Table[ Abs[ a[n]], {n, 36}] (* Robert G. Wilson v, Jun 05 2004 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Gary W. Adamson, May 26 2004
EXTENSIONS
Edited by Robert G. Wilson v, Jun 05 2004
STATUS
approved