A228022 Irregular triangle read by rows: T(n,k) is the number of binary pattern classes in the (5,n)-rectangular grid with k '1's and (5n-k) '0's: two patterns are in same class if one of them can be obtained by a reflection or 180-degree rotation of the other.
1, 1, 3, 6, 6, 3, 1, 1, 3, 15, 32, 60, 66, 60, 32, 15, 3, 1, 1, 6, 34, 129, 371, 794, 1310, 1675, 1675, 1310, 794, 371, 129, 34, 6, 1, 1, 6, 56, 294, 1253, 3912, 9808, 19464, 31706, 42116, 46448, 42116, 31706, 19464, 9808, 3912, 1253, 294, 56, 6, 1
Offset: 0
Examples
Irregular triangle: 1 1 3 6 6 3 1 1 3 15 32 60 66 60 32 15 3 1 1 6 34 129 371 794 1310 1675 1675 1310 794 371 129 34 6 1 1 6 56 294 1253 3912 9808 19464 31706 42116 46448 42116 31706 19464 9808 3912 1253 294 56 6 1 ...
Links
- Yosu Yurramendi and María Merino, Rows n = 0..31 of irregular triangle, flattened
Extensions
Definition corrected by María Merino, May 22 2017
Comments