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.

A327604 Number of connected 2n-regular loopless multigraphs on nine unlabeled nodes.

Original entry on oeis.org

0, 1, 832, 252207, 35241608, 2351580473, 89216898630, 2194653376016, 38376657658125, 509484171323720, 5390386822995890, 47150458233195944, 350827631527584993, 2271025998493100911, 13023793690772493636
Offset: 0

Views

Author

Natan Arie Consigli, Sep 18 2019

Keywords

Comments

There are no (2n+1)-regular graphs satisfying the condition above.
Multigraphs are loopless.
Initial terms computed with 'Nauty and Traces' (see the link).

Crossrefs

Row n=9 of A328682.

Programs

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

Extensions

a(6)-a(14) from Andrew Howroyd, Mar 18 2020