A328081 Irregular triangle read by rows: T(n,k), n >= 0, k >= 1, = number of cells of area k/t^2 in generation n of Jim Conant's iterative dissection of a square, where t = 2^ceiling(n/2).
1, 0, 2, 2, 1, 0, 2, 0, 3, 4, 3, 2, 0, 6, 0, 4, 0, 4, 0, 0, 0, 0, 0, 1, 10, 7, 5, 2, 1, 2
Offset: 0
Examples
Start of triangle (the rows are labeled by n = 0,1,2,... and the columns by k = 1,2,3,...): 1, 0,2, 2,1, 0,2,0,3, 4,3,2, (See the illustration for n=4: there are 4 regions of area 1/16, 3 of area 2/16, and 2 of area 3/16.) 0,6,0,4,0,4,0,0,0,0,0,1, 10,7,5,2,1,2, ...
Links
- Jim Conant, Illustration for A328078(4) = 9.
Crossrefs
Cf. A328078.
Comments