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!)
A094074 Coefficients arising in combinatorial field theory. 5

%I #24 Jul 21 2022 03:09:59

%S 1,5,129,7485,755265,116338005,25263540225,7328358482445,

%T 2730934406225025,1269262202389906725,718835160819268317825,

%U 486853691847850902700125,388278919916351519293663425

%N Coefficients arising in combinatorial field theory.

%H Vincenzo Librandi, <a href="/A094074/b094074.txt">Table of n, a(n) for n = 0..225</a>

%H P. Blasiak, K. A. Penson, A. I. Solomon, A. Horzela and G. E. H. Duchamp, <a href="https://arxiv.org/abs/quant-ph/0405103">Some useful combinatorial formulas for bosonic operators</a>, arXiv:quant-ph/0405103, 2004-2006.

%H P. Blasiak, K. A. Penson, A. I. Solomon, A. Horzela and G. E. H. Duchamp, <a href="https://doi.org/10.1063/1.1904161">Some useful combinatorial formulas for bosonic operators</a>, J. Math. Phys. 46, 052110 (2005) (6 pages).

%H A. Horzela, P. Blasiak, G. E. H. Duchamp, K. A. Penson and A. I. Solomon, <a href="https://arxiv.org/abs/quant-ph/0409152">A product formula and combinatorial field theory</a>, arXiv:quant-ph/0409152, 2004.

%F a(n) = (2n)!/(2^n*n!) * h(2n, 2), with h(n, x) the polynomials in A099174.

%F E.g.f.: Sum_{n>=0} a(n)*x^(2n)/(2n)! = (1-x^2)^(-1/2) * exp(2x^2/(1-x^2)).

%t a[n_] := (2n)! SeriesCoefficient[(1-x^2)^(-1/2) Exp[2x^2/(1-x^2)], {x, 0, 2n}];

%t Table[a[n], {n, 0, 12}] (* _Jean-François Alcover_, Nov 11 2018 *)

%Y Equals A001147(n) * A093620(n).

%Y Cf. A000085, A005425, A094071, A094072, A094073.

%K nonn

%O 0,2

%A _N. J. A. Sloane_, May 01 2004

%E Edited and extended by _Ralf Stephan_, Oct 14 2004

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 22:16 EDT 2024. Contains 372741 sequences. (Running on oeis4.)