OFFSET
0,2
REFERENCES
P. Blasiak, K. A. Penson, A. I. Solomon, A. Horzela and G. E. H. Duchamp, Some useful combinatorial formulas for bosonic operators, J. Math. Phys. 46, 052110 (2005) (6 pages).
P. Blasiak, K. A. Penson, A. I. Solomon, A. Horzela and G E. H. Duchamp, Combinatorial field theories via boson normal ordering, preprint, Apr 27 2004.
LINKS
P. Blasiak, K. A. Penson, A. I. Solomon, A. Horzela and G. E. H. Duchamp, Combinatorial field theories via boson normal ordering
A. Horzela, P. Blasiak, G. E. H. Duchamp, K. A. Penson and A. I. Solomon, A product formula and combinatorial field theory
FORMULA
a(n)=(n+1)!*B(n+1)*[x^(n+1)](exp(x+x^3/3!)), where B(n) are the Bell numbers (A000110) - Emeric Deutsch, Nov 23 2004
MAPLE
with(combinat):F:=series(exp(x+x^3/3!), x=0, 25): seq((n+1)!*coeff(F, x^(n+1))*bell(n+1), n=0..20);
MATHEMATICA
a[n_] := (n+1)! BellB[n+1] SeriesCoefficient[Exp[x+x^3/3!], {x, 0, n+1}];
Table[a[n], {n, 0, 17}] (* Jean-François Alcover, Nov 11 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 01 2004
EXTENSIONS
More terms from Emeric Deutsch, Nov 23 2004
STATUS
approved