A091748 Generalized Bell numbers B_{6,2}.
1, 43, 5083, 1160113, 432168721, 238012552651, 181520958432283, 182989529196234433, 235492729726705299073, 376560458072018837889931, 732162019709408940671604091, 1700645336651586566571229542193
Offset: 1
References
- P. Blasiak, K. A. Penson and A. I. Solomon, The general boson normal ordering problem, Phys. Lett. A 309 (2003) 198-205.
- M. Schork, On the combinatorics of normal ordering bosonic operators and deforming it, J. Phys. A 36 (2003) 4651-4665.
Crossrefs
Cf. A072019 ( B_{5, 2}).
Programs
-
Mathematica
a[n_] := Sum[Product[FactorialPower[k+4*(j-1), 2], {j, 1, n}]/k!, {k, 2, Infinity}]/E; Table[an = a[n]; Print["a(", n, ") = ", an]; an, {n, 1, 12}] (* Jean-François Alcover, Sep 01 2016 *)