A089273 Fifth column (k=6) of array A078739(n,k) ((2,2)-generalized Stirling2).
1, 188, 12052, 540080, 20447056, 706827968, 23178048832, 736079932160, 22912552596736, 704164858293248, 21462936995648512, 650674662791229440, 19656291799888777216, 592413643343696150528, 17826953303927872110592
Offset: 0
References
- P. Blasiak, K. A. Penson and A. I. Solomon, The general boson normal ordering problem, Phys. Lett. A 309 (2003), 198-205.
Links
- P. Blasiak, K. A. Penson and A. I. Solomon, The general boson normal ordering problem, arXiv:quant-ph/0402027, 2004.
- Index entries for linear recurrences with constant coefficients, signature (70, -1708, 17544, -72000, 86400).
Programs
-
Maple
a:= n-> (Matrix([[12052,188,1,0,0]]). Matrix(5, (i,j)-> if (i=j-1) then 1 elif j=1 then [70,-1708,17544, -72000,86400][i] else 0 fi)^n)[1,3]: seq(a(n), n=0..30); # Alois P. Heinz, Aug 14 2008
-
Mathematica
LinearRecurrence[{70, -1708, 17544, -72000, 86400}, {1, 188, 12052, 540080, 20447056}, 15] (* Jean-François Alcover, Feb 28 2020 *)
Comments