A227536 Irregular triangle read by rows, T(n,k) is the sum of base boxes of Pyramid arranged by n-boxes in k-th patterns.
2, 3, 0, 3, 4, 4, 5, 4, 5, 5, 6, 5, 6, 6, 5, 7, 6, 6, 7, 6, 7, 6, 7, 7, 8, 7, 6, 8, 7, 7, 8, 7, 8, 8, 7, 9, 8, 7, 8, 8, 7, 9, 8, 8, 9, 8, 8, 7, 9, 9, 8, 8, 10, 9, 9, 9, 8, 10, 9, 9, 8, 10, 9, 9, 9, 8, 10, 10, 9, 9, 8, 10, 10, 9, 9, 9, 11, 10, 10, 9, 9, 8, 10, 10, 9, 10, 9, 9
Offset: 3
Examples
For n = 3..6. [1] [1] [1|2] [1] [1] [1] [2|3] [2|3|4] [3|4|5] [2|3|4|5] [2] [2|3] [3|4|5] [4|5|6] T(3,1) = 2, T(4,1) = 3, T(5,k) = 0 {no pattern exist due to step width vilolations i.e. [0.5,2], [1.5,1] & [1,0,1]}, T(6,1) = 3, ... The triangle begins: n/k 1 2 3 4 5 3 2 4 3 5 0 6 3 7 4 8 4 9 5 10 4 11 5 12 5 13 6 5 14 6 15 6 5 16 7 6 17 6 18 7 6 19 7 6 20 7 7 21 8 7 6 22 8 7 7 23 8 7 24 8 8 7 25 9 8 7 26 8 8 7 27 9 8 8 28 9 8 8 7 29 9 9 8 8 30 9 9 8 8 31 10 9 9 9 8 ... For n = 42, T(n,k) = 11, 11, 11, 10, 11, 10, 10, 9; see illustration in links.
Links
- Kival Ngaokrajang, Illustration for n = 42, k = 1..8
Crossrefs
Cf. A053260.
Comments