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.

A112424 Number of connected simple graphs with n vertices, n+4 edges, and vertex degrees no more than 4.

Original entry on oeis.org

0, 0, 0, 0, 1, 8, 59, 427, 2768, 16461, 90111, 460699, 2222549, 10216607, 45076266, 192059940, 794088479, 3198709835, 12593964702, 48596474890, 184195614359, 687087962550, 2526421534903
Offset: 1

Views

Author

Jonathan Vos Post, Dec 21 2005

Keywords

Crossrefs

The analogs for n+k edges with k = -1, 0, ..., 7 are: A000602, A036671, A112410, A112619, A112408, this sequence, A112425, A112426, A112442. Cf. A121941.

Programs

  • nauty
    for n in {5..15}; do geng -c -D4 ${n} $((n+4)):$((n+4)) -u; done # Andrey Zabolotskiy, Nov 24 2017

Extensions

Corrected offset and new name from Andrey Zabolotskiy, Nov 24 2017
a(16)-a(23) added by Georg Grasegger, Jun 05 2023