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.

User: Tobias Boege

Tobias Boege's wiki page.

Tobias Boege has authored 1 sequences.

A382658 Number of forknesses on n elements.

Original entry on oeis.org

1, 2, 6, 56, 15026, 1746994454, 1235642810043131384, 40822119528659637193235146998172, 374299843632760183014518932671883409448485124695664, 7237131063359733682672812567239149471890797777405500679038631641915376539420
Offset: 0

Author

Tobias Boege, Apr 02 2025

Keywords

Comments

Forknesses are sets of triples over the set {1,...,n} satisfying certain combinatorial axioms; see Chvátal-Matúš-Zwólš.

Examples

			For n=2 the a(2)=6 forknesses are {}, {111}, {222}, {111, 222}, {111, 112, 122, 211, 221, 222}, and {111, 112, 121, 122, 211, 212, 221, 222}.
		

Programs

  • Perl
    # see Boege link.