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.

A195739 Triangle read by rows: DX(n,d) = number of properly d-dimensional polyominoes with n cells, modulo translations (n>=1, 0 <= d <= n-1).

Original entry on oeis.org

1, 0, 1, 0, 1, 4, 0, 1, 17, 32, 0, 1, 61, 348, 400, 0, 1, 214, 2836, 8640, 6912, 0, 1, 758, 21225, 129288, 254800, 153664, 0, 1, 2723, 154741, 1688424, 6160640, 8749056, 4194304, 0, 1, 9908, 1123143, 20762073, 125055400, 313921008, 343901376, 136048896
Offset: 1

Views

Author

N. J. A. Sloane, Sep 23 2011

Keywords

Comments

According to Barequet-Barequet-Rote, p. 261, the value DX(7, 6) = 134209 given by W. F. Lunnon is incorrect; it should be 153664, see A127670. - Alexander Knapp, May 13 2013

Examples

			Triangle begins with DX(1,0):
n\d 0  1   2     3      4      5      6
---------------------------------------
1...1
2...0  1
3...0  1   4
4...0  1  17    32
5...0  1  61   348    400
6...0  1 214  2836   8640   6912
7...0  1 758 21225 129288 254800 153664
...
		

Crossrefs

Columns give A006762, A006763, A006764. Cf. A195738, A049430.
Diagonals (with formulas) are A127670, A171860, A191092, A259015, A290738.