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.

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

Original entry on oeis.org

1, 1, 3, 120, 543116, 635669057538, 112368754788708539549
Offset: 0

Views

Author

Natan Arie Consigli, Aug 19 2017

Keywords

Comments

Multigraphs are loopless.
There are no (2n+1)-regular multigraphs with (2n+1) number of points, for every nonnegative n.

Crossrefs

Programs

  • nauty
    for n in {1..4}; do geng -c -d1 $[2*$n] -q | multig -m$[2*$n] -r$[2*$n] -u; done

Formula

a(n) = A328682(2*n, 2*n). - Andrew Howroyd, Mar 18 2020

Extensions

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