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-3 of 3 results.

A243391 Number of isomorphism classes of connected 3-regular loopless multigraphs with n vertices and with semi-edges allowed.

Original entry on oeis.org

1, 3, 4, 12, 22, 68, 166, 534, 1589, 5464, 18579, 68320, 255424, 1000852, 4018156, 16671976, 70890940, 309439942, 1381815168, 6310880471, 29428287639, 140012980007, 678970863717, 3353545264060, 16857749613964, 86191265140699, 447951112379963, 2365177154077186
Offset: 1

Views

Author

Nico Van Cleemput, Jun 04 2014

Keywords

Comments

a(n) is also the number of isomorphism classes of connected loopless multigraphs with n vertices of degree 3 or less. - Andrew Howroyd, Mar 20 2020

Crossrefs

Column k=3 of A334546.

Extensions

a(23)-a(28) from Andrew Howroyd, Mar 20 2020

A289158 Number of unlabeled connected loopless multigraphs with n nodes of degree 4 or less and with at most double edges.

Original entry on oeis.org

1, 1, 2, 7, 28, 112, 590, 3419, 23453, 178599, 1516692, 14083855, 142029043, 1542152723, 17925912574, 221938298129, 2914638247016, 40455853460661, 591654481313077, 9091698010380468, 146433114305147508, 2466517505722469501, 43361349681960337334
Offset: 0

Views

Author

Natan Arie Consigli, Jul 04 2017

Keywords

Comments

In chemical terms this counts the following molecules (excluding stereoisomers) without triple bonds, given n carbon atoms:
- carbon allotropes;
- aliphatic hydrocarbons;
- resonance structures of graphically non-equivalent anti-aromatic and aromatic hydrocarbons;
Some molecules are theoretical and may or may not exist.

Crossrefs

Cf. A121941, A289157 (allows more than two edges), A303030, A303031.

Programs

  • nauty
    geng -c -D4 ${n} -q | multig -m2 -D4 -u

Extensions

a(15)-a(22) from Andrew Howroyd, Mar 20 2020

A303033 Number of unlabeled connected loopless multigraphs with n nodes of degree 5 or less and with single, double or triple edges.

Original entry on oeis.org

1, 1, 3, 12, 81, 535, 5274, 60684, 869238, 14595645, 284939257, 6347472749, 159579271688, 4482770916274, 139578090353236, 4783834092385411, 179397242557917048, 7322223973235272082, 323760818899998259561, 15443359560966718348986, 791699492870169123493379
Offset: 0

Views

Author

Natan Arie Consigli, Jun 04 2018

Keywords

Crossrefs

Programs

  • nauty
    for n in {1..11}; do geng -c -D5 ${n}  -q | multig  -m3 -D5 -u;

Extensions

a(12)-a(20) from Andrew Howroyd, Mar 20 2020
Showing 1-3 of 3 results.