The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094073 Coefficients arising in combinatorial field theory. 5
4, 240, 49938, 24608160, 23465221750, 38341895571708, 98780305524248572, 377796303580335320432, 2048907276496726375662702, 15198414983297581845761672560, 149768511689247547252666676150490 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
P. Blasiak, K. A. Penson, A. I. Solomon, A. Horzela and G. E. H. Duchamp, Some useful combinatorial formulae for bosonic operators, arXiv:quant-ph/0405103, 2004-2006.
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).
FORMULA
a(n) = (2n)!*bell(2n)*coeff(exp(x*sinh(x)), x^(2n)). - Emeric Deutsch, Jan 22 2005
MAPLE
with(combinat): a:=n->bell(2*n)*(2*n)!*coeff(series(exp(x*sinh(x)), x=0, 40), x^(2*n)): seq(a(n), n=1..13); # Emeric Deutsch, Jan 22 2005
MATHEMATICA
a[n_] := (2n)! BellB[2n] SeriesCoefficient[Exp[x Sinh[x]], {x, 0, 2n}];
Table[a[n], {n, 1, 11}] (* Jean-François Alcover, Nov 11 2018 *)
CROSSREFS
Cf. A000110.
Sequence in context: A013953 A051753 A323996 * A137342 A152793 A042769
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 01 2004
EXTENSIONS
More terms from Emeric Deutsch, Jan 22 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 21 19:35 EDT 2024. Contains 372738 sequences. (Running on oeis4.)