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
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;
...
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
The a(3) = 2 multigraphs are:
- a triple edge;
- a single edge with a loop at each vertex.
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
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;
...
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
The a(3) = 3 multigraphs are:
- a single vertex with 3 loops;
- a triple edge;
- a single edge with a loop at each vertex.
Showing 1-4 of 4 results.
Comments