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.

A324218 Number of connected n-regular loopless multigraphs on six unlabeled nodes.

Original entry on oeis.org

0, 0, 1, 6, 19, 49, 120, 263, 571, 1149, 2259, 4218, 7679, 13437, 22952, 38013, 61580, 97309, 150838, 229045, 342048, 502066, 726318, 1035482, 1457677, 2026369, 2785873, 3788494, 5101847, 6805192, 8998964, 11799997, 15353938, 19829063, 25431994, 32400113, 41021075, 51623423
Offset: 0

Views

Author

Natan Arie Consigli, Feb 25 2019

Keywords

Comments

Multigraphs are loopless.
Terms computed using 'nauty and Traces' (see the link).

Crossrefs

Row n=6 of A328682.

Programs

  • nauty
    for ((n=0;n<50;n++)); do geng -c -d1 6 -q | multig -r${n} -u; done