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.

A324239 Irregular triangle read by rows: T(n,k) is the number of simple connected graphs on n nodes with radius k, (0 <= k <= floor(n/2)).

Original entry on oeis.org

1, 0, 1, 0, 2, 0, 4, 2, 0, 11, 10, 0, 34, 76, 2, 0, 156, 682, 15, 0, 1044, 9864, 207, 2, 0, 12346, 245518, 3197, 19, 0, 274668, 11366961, 74614, 326, 2
Offset: 1

Views

Author

Andrew Howroyd, Sep 02 2019

Keywords

Examples

			Triangle begins:
  1;
  0,      1;
  0,      2;
  0,      4,        2;
  0,     11,       10;
  0,     34,       76,     2;
  0,    156,      682,    15;
  0,   1044,     9864,   207,   2;
  0,  12346,   245518,  3197,  19;
  0, 274668, 11366961, 74614, 326, 2;
  ...
		

Crossrefs

Row sums give A001349.
Columns k=1..2 are A000088(n-1), A324061.

A324263 Number of simple connected graphs on n unlabeled nodes with exactly two peripheral nodes.

Original entry on oeis.org

0, 1, 1, 2, 5, 25, 185, 2459, 58156, 2617378
Offset: 1

Views

Author

Andrew Howroyd, Sep 02 2019

Keywords

Comments

These are the graphs that only have two nodes whose distance from each other is equal to the diameter. An example of such a graph is the path graph.

Crossrefs

Column 2 of A324244.

A324264 Number of simple connected graphs on n unlabeled nodes with diameter equal to radius.

Original entry on oeis.org

1, 1, 1, 2, 5, 28, 223, 3151, 79673, 3853870
Offset: 1

Views

Author

Andrew Howroyd, Sep 02 2019

Keywords

Comments

When the graph diameter is equal to the radius, every node has the same eccentricity and is in both the graph center and the graph periphery.

Crossrefs

Rightmost diagonal of A294525 and A324244.
Showing 1-3 of 3 results.