cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A094073 Coefficients arising in combinatorial field theory.

Original entry on oeis.org

4, 240, 49938, 24608160, 23465221750, 38341895571708, 98780305524248572, 377796303580335320432, 2048907276496726375662702, 15198414983297581845761672560, 149768511689247547252666676150490
Offset: 1

Views

Author

N. J. A. Sloane, May 01 2004

Keywords

Crossrefs

Programs

  • 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 *)

Formula

a(n) = (2n)!*bell(2n)*coeff(exp(x*sinh(x)), x^(2n)). - Emeric Deutsch, Jan 22 2005

Extensions

More terms from Emeric Deutsch, Jan 22 2005