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.

A004122 Generalized weak orders on n points.

Original entry on oeis.org

2, 13, 123, 1546, 24283, 457699, 10064848, 252945467, 7151532895, 224661610888, 7763387794649, 292659248485051, 11951855446598278, 525645673381008537, 24769319755329986599, 1244984053628241578058, 66487872534167725541751
Offset: 1

Views

Author

Keywords

References

  • I. P. Goulden and D. M. Jackson, Combinatorial Enumeration, John Wiley and Sons, N.Y., 1983.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
  • C. G. Wagner, Enumeration of generalized weak orders. Arch. Math. (Basel) 39 (1982), no. 2, 147-152.

Crossrefs

Programs

  • Mathematica
    With[{nn=20},Rest[CoefficientList[Series[1/(2-Exp[x]Exp[Exp[x]-1]),{x,0,nn}], x] Range[0,nn]!]] (* Harvey P. Dale, Nov 05 2011 *)

Formula

E.g.f. : 1/(2-exp(x)*exp(exp(x)-1)).

Extensions

Formula and more terms from Vladeta Jovovic, Mar 27 2001