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

A046752 Triangle read by rows: T(n,k) is the number of unlabeled nonseparable (or 2-connected) loopless multigraphs with n edges on k nodes and degree >= 3 at each node, n >= 3, 2 <= k <= floor(2*n/3).

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 2, 1, 3, 5, 1, 4, 13, 4, 1, 6, 26, 24, 5, 1, 7, 47, 84, 38, 1, 9, 78, 233, 216, 23, 1, 11, 126, 557, 914, 314, 16, 1, 13, 188, 1193, 3077, 2270, 325, 1, 15, 276, 2355, 8915, 11592, 4015, 162, 1, 18, 391, 4370, 23008, 47079, 31443, 4495, 66
Offset: 3

Views

Author

Keywords

Comments

Original name: Triangle of number of homeomorphically irreducible stars with n edges and m nodes.

Examples

			Triangle begins:
  1;
  1;
  1,  1;
  1,  2,   2;
  1,  3,   5;
  1,  4,  13,    4;
  1,  6,  26,   24,    5;
  1,  7,  47,   84,   38;
  1,  9,  78,  233,  216,    23;
  1, 11, 126,  557,  914,   314,   16;
  1, 13, 188, 1193, 3077,  2270,  325;
  1, 15, 276, 2355, 8915, 11592, 4015, 162;
  ...
		

Crossrefs

Row sums are A002935.
Diagonal sums are A360879.

Extensions

More terms from Sean A. Irvine, May 16 2020
Name edited and offset corrected by Andrew Howroyd, Feb 25 2023

A360879 Number of unlabeled nonseparable (or 2-connected) loopless multigraphs with circuit rank n and degree >= 3 at each node.

Original entry on oeis.org

0, 1, 4, 17, 118, 1198, 17133, 311757, 6803203
Offset: 1

Views

Author

Andrew Howroyd, Feb 25 2023

Keywords

Crossrefs

Diagonal sums of A046752.

Formula

a(n) = Sum_{k=2..2*n-2} A046752(n + k - 1, k).

Extensions

a(8) from the paper by Martin Dowd (2014) and a(9) from Martin Dowd (personal communication) added by Andrey Zabolotskiy, Feb 21 2024

A360871 Number of unlabeled nonseparable (or 2-connected) multigraphs with n edges and degree >= 3 at each node, loops allowed.

Original entry on oeis.org

0, 0, 2, 4, 9, 20, 44, 113, 329, 1044, 3622, 13544, 53596, 223084, 969158
Offset: 1

Views

Author

Andrew Howroyd, Feb 25 2023

Keywords

Comments

A single-edge is considered to be nonseparable here.

Examples

			The a(3) = 2 multigraphs are:
  - a triple edge;
  - a single edge with a loop at each vertex.
		

Crossrefs

Row sums of A360870.

A360882 Number of unlabeled connected multigraphs with n edges, no cut-points and degree >= 3 at each node, loops allowed.

Original entry on oeis.org

0, 1, 3, 5, 10, 21, 45, 114, 330, 1045, 3623, 13545, 53597, 223085, 969159
Offset: 1

Views

Author

Andrew Howroyd, Feb 27 2023

Keywords

Examples

			The a(3) = 3 multigraphs are:
  - a single vertex with 3 loops;
  - a triple edge;
  - a single edge with a loop at each vertex.
		

Crossrefs

Row sums of A360870.

Formula

a(n) = A360871(n) + 1 for n > 1.
Showing 1-4 of 4 results.