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.

A331462 Triangle read by rows: T(n,k) is the number of n X n binary matrices with k=0..n^2 ones forming a polyomino, under action of dihedral group of the square D_4.

Original entry on oeis.org

0, 0, 1, 0, 1, 1, 1, 1, 0, 3, 2, 5, 6, 10, 8, 7, 3, 1, 0, 3, 4, 8, 17, 33, 68, 119, 195, 261, 300, 257, 169, 66, 20, 3, 1, 0, 6, 6, 16, 32, 82, 189, 470, 1076, 2422, 5010, 9732, 17145, 27399, 38680, 47560, 49325, 41872, 27864, 14095, 5280, 1470, 302, 48, 6, 1
Offset: 0

Views

Author

Jean-Luc Manguin, Jan 17 2020

Keywords

Comments

By forming a polyomino it is meant that there is at least one 1 and that all the 1's are connected horizontally or vertically.

Examples

			Triangle begins:
  0;
  0, 1;
  0, 1, 1, 1, 1;
  0, 3, 2, 5, 6, 10, 8, 7, 3, 1;
  0, 3, 4, 8, 17, 33, 68, 119, 195, 261, 300, 257, 169, 66, 20, 3, 1;
  ...
		

Crossrefs