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

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.

A360880 Triangle read by rows: T(n,k) is the number of unlabeled nonseparable (or 2-connected) multigraphs with n edges and k nodes, loops allowed, n >= 1, 2 <= k <= n + 1.

Original entry on oeis.org

1, 2, 0, 4, 1, 0, 6, 2, 1, 0, 9, 6, 3, 1, 0, 12, 14, 13, 4, 1, 0, 16, 28, 39, 22, 5, 1, 0, 20, 52, 112, 98, 39, 6, 1, 0, 25, 93, 281, 383, 236, 63, 8, 1, 0, 30, 152, 655, 1304, 1220, 515, 102, 9, 1, 0, 36, 242, 1408, 3980, 5418, 3512, 1077, 153, 11, 1, 0
Offset: 1

Views

Author

Andrew Howroyd, Feb 25 2023

Keywords

Examples

			Triangle T(n,k) begins (n edges >= 1, k vertices >= 2):
   1;
   2,   0;
   4,   1,   0;
   6,   2,   1,    0;
   9,   6,   3,    1,    0;
  12,  14,  13,    4,    1,   0;
  16,  28,  39,   22,    5,   1,   0;
  20,  52, 112,   98,   39,   6,   1, 0;
  25,  93, 281,  383,  236,  63,   8, 1, 0;
  30, 152, 655, 1304, 1220, 515, 102, 9, 1, 0;
  ...
		

Crossrefs

Columns k=2..3 are A002620(n+1), A050531(n-3).
Row sums are A360881.

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.