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.

A185354 Number of not necessarily connected 5-regular simple graphs on 2n vertices with girth at least 4.

Original entry on oeis.org

1, 0, 0, 0, 0, 1, 1, 7, 388, 406824, 1125022326, 3813549359275
Offset: 0

Views

Author

Jason Kimberley, Nov 04 2011

Keywords

Crossrefs

5-regular simple graphs on 2n vertices with girth at least 4: A058275 (connected), A185254 (disconnected), this sequence (not necessarily connected).
Not necessarily connected k-regular simple graphs with girth at least 4: A185314 (any k), A185304 (triangle); specified degree k: A008484 (k=2), A185334 (k=3), A185344 (k=4), this sequence (k=5), A185364 (k=6).

Programs

Formula

This sequence is the Euler transformation of A058275.
a(n) = A058275(n) + A185254(n).