A228168 Irregular triangle read by rows: T(n,k) is the number of binary pattern classes in the (9,n)-rectangular grid with k '1's and (9n-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, 5, 20, 44, 66, 66, 44, 20, 5, 1, 1, 5, 45, 208, 792, 2156, 4704, 7984, 11034, 12190, 11034, 7984, 4704, 2156, 792, 208, 45, 5, 1, 1, 10, 106, 785, 4554, 20556, 74828, 223498, 557599, 1175574, 2114550, 3266415, 4354188, 5023464, 5023464, 4354188
Offset: 0
Examples
Irregular triangle: 1 1 5 20 44 66 66 44 20 5 1 1 5 45 208 792 2156 4704 7984 11034 12190 11034 7984 ... 1 10 106 785 4554 20556 74828 223498 557599 1175574 2114550 3266415 4354188 5023464 5023464 4354188 3266415 2114550 1175574 ...
Links
- Yosu Yurramendi and María Merino, Rows n = 0..18 of irregular triangle, flattened
- Christopher Hunt Gribble, C++ program
Crossrefs
Extensions
Definition corrected by María Merino, May 22 2017
Comments