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.

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.