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.

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

A002935 Number of series-reduced star graphs with n edges.

Original entry on oeis.org

1, 1, 2, 5, 9, 22, 62, 177, 560, 1939, 7067, 27331, 110871, 468684, 2057161, 9341736
Offset: 3

Views

Author

Keywords

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Row sums of A046752.
Cf. A360879.

Extensions

a(13)-a(17) from Sean A. Irvine, May 18 2020
a(18) from Andrew Howroyd, Feb 25 2023

A360868 Number of unlabeled connected loopless multigraphs with circuit rank n and degree >= 3 at each node.

Original entry on oeis.org

0, 1, 4, 23, 172, 1848, 25684
Offset: 1

Views

Author

Andrew Howroyd, Feb 25 2023

Keywords

Crossrefs

Diagonal sums of A360866.

Formula

a(n) = Sum_{k>=1} A360866(n + k - 1, k).
Showing 1-3 of 3 results.