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.

A109092 Number of hierarchical orderings for n labeled elements with 2 possible classes A and B for levels l>=2. Labeled analog of A104460.

Original entry on oeis.org

1, 6, 53, 619, 8972, 155067, 3109269, 70893872, 1810283331, 51151579619, 1583934062306, 53322541667501, 1938521128765093, 75673000809822670, 3156390306304019025, 140076451219218605087, 6589244960448222899044, 327461842184597424792623, 17141751726301435708168665
Offset: 1

Views

Author

Thomas Wieder, Jun 18 2005

Keywords

Examples

			Let | denote a separator among different hierarchies of the hierarchical ordering. Let : denote a separator between levels in a hierarchy.
Furthermore, let a[1], a[2],... denote labeled elements.
An element a[i] will be written as a[i,A] if it falls into class A and as a[i,B] if it falls into class B. Note that at level l=1 no classes appear.
Then a(2) = 6 because a[1]a[2], a[1]|a[2], a[1]:a[2,A], a[2]:a[1,A], a[1]:a[2,B], a[2]:a[1,B].
		

Crossrefs

Programs

  • Maple
    with(combstruct): A109092 := [T, {T=Set(Sequence(S,card>=1)), S=Sequence(U,card>=1), U=Set(Z,card>=1)},labeled]; seq(count(A109092, size=j), j=1..20);
  • Mathematica
    With[{nn=20},CoefficientList[Series[Exp[-(Exp[x]-1)/(-3+2Exp[x])],{x,0,nn}],x] Range[0,nn]!] (* Harvey P. Dale, Sep 16 2016 *)

Formula

G.f.: exp(-(exp(z)-1)/(-3+2*exp(z))).