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.

A058561 A 3-way generalization of series-parallel networks with n labeled edges.

Original entry on oeis.org

0, 1, 3, 12, 78, 708, 8256, 117624, 1980096, 38456736, 846413472, 20819693568, 565998548352, 16852047061632, 545372109629184, 19061178127458816, 715541912895773184, 28713061759257037824, 1226513716981332031488
Offset: 0

Views

Author

N. J. A. Sloane, Dec 26 2000

Keywords

Crossrefs

Programs

  • Maple
    spec := [ N, {N=Union(Z,S,P,Q), S=Set(Union(Z,P),card>=2), P=Set(Union(Z,Q),card>=2), Q=Set(Union(Z,S),card>=2)}, labeled ]; [seq(combstruct[count](spec,size=n), n=0..40)]; # N = A058561, S=A000311