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.

Showing 1-6 of 6 results.

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

Original entry on oeis.org

0, 0, 0, 1, 5, 17, 56, 182, 573, 1792, 5533, 16977, 51652, 156291, 470069, 1407264, 4193977, 12451760, 36838994, 108656009, 319583578, 937634011, 2744720126, 8018165821, 23379886511, 68056985580, 197800670948, 574068309840, 1663907364480, 4816910618093, 13929036720057
Offset: 1

Views

Author

Jonathan Vos Post, Dec 08 2005

Keywords

Comments

Such graphs are also referred to (e.g., by Hendrickson & Parks) as carbon skeletons with two rings, or bicyclic skeletons, although actual number of simple cycles in such graphs can exceed 2 (e.g., in the example). - Andrey Zabolotskiy, Nov 24 2017
Terms computed with nauty agree at least to a(20) with those computed by formula and sequences A125669, A125670, A125671, A305132. - Andrew Howroyd, May 26 2018

Examples

			The only such graph for n = 4 is:
o-o
|/|
o-o
		

Crossrefs

The analogs for n+k edges with k = -1, 0, ..., 7 are: A000602, A036671, this sequence, A112619, A112408, A112424, A112425, A112426, A112442.
Cf. A121941 (any number of edges), A006820 (2n edges).

Programs

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

Formula

a(n) = A125669(n) + A125670(n) + A125671(n) + A305132(n). - Andrew Howroyd, May 26 2018

Extensions

Corrected offset and new name from Andrey Zabolotskiy, Nov 20 2017
a(20) corrected by Andrey Zabolotskiy and Andrew Howroyd, May 26 2018
Terms a(21) and beyond from Andrew Howroyd, May 26 2018

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

Original entry on oeis.org

0, 0, 0, 0, 2, 14, 79, 430, 2161, 10162, 45282, 192945, 790849, 3138808, 12116550, 45675153, 168661704, 611701138, 2183635232, 7686541342, 26720976964, 91856241351, 312594121721, 1054104924270
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, this sequence, A112424, A112425, A112426, A112442. Cf. A121941.

Programs

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

Extensions

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

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

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

Original entry on oeis.org

0, 0, 0, 0, 1, 3, 31, 298, 2616, 20346, 140605, 880737, 5082279, 27402524, 139587885, 677772953, 3158930531, 14212444473, 62009204208, 263350765116, 1092085621098, 4433596269478
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, A112424, this sequence, A112426, A112442. Cf. A121941.

Programs

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

Extensions

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

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

Original entry on oeis.org

0, 0, 0, 0, 0, 1, 9, 134, 1714, 18436, 167703, 1327240, 9372119, 60324933, 359730035, 2012733260, 10670975762, 54028108819, 262872075003, 1235323112178, 5630370812614
Offset: 1

Views

Author

Jonathan Vos Post, Dec 21 2005

Keywords

Comments

Distribution of carbon skeletons. See the paper by Hendrikson and Parks for details. If n=6 the number of 7-cyclic skeletons is 1. If n=7 the number of 7-cyclic skeletons is 9. If n=10 the number of 7-cyclic skeletons is 18436. - Parthasarathy Nambi, Jan 05 2007

Crossrefs

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

Programs

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

Extensions

New name, offset corrected, and a(11)-a(14) corrected by Andrey Zabolotskiy, Nov 24 2017
a(15)-a(21) added by Georg Grasegger, Jun 05 2023

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

Original entry on oeis.org

0, 0, 0, 1, 4, 18, 79, 326, 1278, 4875, 17978, 64720, 227842, 787546, 2678207, 8982754, 29761361, 97558039, 316778169, 1019996738, 3259673935, 10347077497, 32644696187, 102425388286, 319754805262
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, this sequence, A112408, A112424, A112425, A112426, A112442. Cf. A121941.

Programs

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

Extensions

Corrected offset and new name from Andrey Zabolotskiy, Nov 24 2017
a(18) corrected and a(19)-a(25) added by Georg Grasegger, Jun 05 2023
Showing 1-6 of 6 results.