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.

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.

Original entry on oeis.org

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

Views

Author

Kival Ngaokrajang, Jul 15 2013

Keywords

Comments

The rules for Pyramid arrangement are: (1) boxes shall be arranged in symmetrical forms; (2) each step width shall be 0.5 or 1, where boxes width = 1.
The number of patterns on each n-th step is A053260(n).

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.
		

Crossrefs

Cf. A053260.