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.

A165878 Number of disconnected 8-regular simple graphs on n vertices.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 7, 100, 10901, 3470736, 1473822243, 734843169811, 423929978716908, 281768931380519766, 215039290728074333738, 187766225244288486398132, 186874272297562916477691894, 211165081721567703008217979077
Offset: 0

Views

Author

Jason Kimberley, Sep 29 2009

Keywords

Examples

			The a(18)=1 graph is K_9+K_9.
		

Crossrefs

8-regular simple graphs: A014378 (connected), this sequence (disconnected), A180260 (not necessarily connected).
Disconnected regular simple graphs: A068932 (any degree), A068933 (triangular array), specified degree k: A165652 (k=2), A165653 (k=3), A033483 (k=4), A165655 (k=5), A165656 (k=6), A165877 (k=7), this sequence (k=8), A185293 (k=9), A185203 (k=10), A185213 (k=11).

Formula

a = A180260 - A014378 = Euler_transformation(A014378) - A014378.
a(n) = D(n, 8) in the triangle A068933.

Extensions

Terms a(26) and beyond from Andrew Howroyd, May 20 2020