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.

A322331 Number of 4-colored connected graphs on n labeled nodes up to permutation of the colors.

Original entry on oeis.org

38, 3140, 307390, 42747460, 9030799218, 3012940879620, 1628920258500230, 1451200592494754420, 2152262350514389189978, 5344908165470797467243700, 22297912999366719508496874990, 156537595118740106754291705258180, 1850935702258755131781978373277937218
Offset: 4

Views

Author

Andrew Howroyd, Dec 03 2018

Keywords

Comments

Equivalently, the number of ways to choose a stable partition of a simple connected graph on n labeled nodes with 4 parts. See A322064 for the definition of stable partition.

Crossrefs

Column k=4 of A322278.
Cf. A058873 (not necessarily connected), A322064.

Programs

  • PARI
    \\ See A322278 for M.
    { my(N=20); M(N,4)[4..N, 4]~ }