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-2 of 2 results.

A350910 Triangle read by rows: T(n,k) is the number of k-regular digraphs on n unlabeled nodes, k = 0..n-1.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 2, 5, 2, 1, 1, 4, 23, 23, 4, 1, 1, 4, 92, 415, 92, 4, 1, 1, 7, 624, 19041, 19041, 624, 7, 1, 1, 8, 5021, 1104045, 6510087, 1104045, 5021, 8, 1, 1, 12, 47034, 79818336, 2983458766, 2983458766, 79818336, 47034, 12, 1
Offset: 1

Views

Author

Andrew Howroyd, Jan 29 2022

Keywords

Examples

			Triangle begins:
  1;
  1, 1;
  1, 1,   1;
  1, 2,   2,     1;
  1, 2,   5,     2,     1;
  1, 4,  23,    23,     4,   1;
  1, 4,  92,   415,    92,   4, 1;
  1, 7, 624, 19041, 19041, 624, 7, 1;
  ...
		

Crossrefs

Row sums are A350911.
Cf. A051031 (graphs), A329228 (semi-regular), A350912.

A350913 Number of oriented graphs on n unlabeled nodes whose underlying graph is regular.

Original entry on oeis.org

1, 1, 2, 3, 10, 17, 244, 2077, 181018, 12150445, 6986854715, 2456586421099, 12983287104044905, 40482495806423235417, 1213455558602787270259889, 29044259315697996254338202296, 6058969047090883735962137093497249, 785177832305082826579135707562767426031
Offset: 0

Views

Author

Andrew Howroyd, Jan 29 2022

Keywords

Crossrefs

The labeled version is A351264.
Row sums of A350912.
Showing 1-2 of 2 results.