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.

A380127 Number of connected unlabeled graphs with n nodes and minimum vertex degree >= 4.

Original entry on oeis.org

0, 0, 0, 0, 1, 4, 29, 424, 15471, 1249972, 187095836, 48211095992, 21124789189703, 15899588477573380, 20900616544566305160, 48843531771541430977365, 206305644374013971584957120, 1597725697294349735784472597650, 22957145992821363656862872542094876, 617791721556546579087246090934406095676
Offset: 1

Views

Author

Eric W. Weisstein, Mar 11 2025

Keywords

Comments

First differs from A324227(n) at n = 10.

Crossrefs

Cf. A007112 (connected graphs with degree >= 3).
Cf. A324227 (4-edge-connected graphs).

Programs

  • nauty
    geng $n -d4 -c -u # see nauty documentation, Georg Grasegger, Mar 20 2025

Extensions

a(11)-a(12) added by Georg Grasegger, Mar 20 2025
a(13) onwards from Andrew Howroyd, May 25 2025