OFFSET
1,4
COMMENTS
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..6766 (rows 1..2^10)
Rémy Sigrist, PARI program for A335967
EXAMPLE
Triangle begins:
1: [0]
2: [1]
3: [1]
4: [2]
5: [2, 3]
6: [2]
7: [3]
8: [4]
9: [5]
10: [4, 5, 6, 7]
11: [5, 6]
12: [5]
13: [4, 5]
...
For n = 13, the binary representation of 13 is "1101", so we consider the tilings of a size 4 staircase polyomino whose base has the following shape:
.....
. .
. .....
. .
+---+ .....
| | .
| +---+---+---+
| 1 1 | 0 | 1 |
+-------+---+---+
There are two possible penultimate rows:
..... .....
. . . .
. ..... . .....
. | . . .
+---+ +---+ +---+---+---+
| 1 | 0 0 | | 1 | 0 | 1 |
| +---+---+---+ | +---+---+---+
| | | | | | | |
+-------+---+---+, +-------+---+---+
so the 13th row contains 4 and 5 ("100" and "101" in binary).
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
AUTHOR
Rémy Sigrist, Sep 14 2020
STATUS
approved