OFFSET
1,5
COMMENTS
All terms are powers of 2.
LINKS
Rémy Sigrist, PARI program for A337131
FORMULA
EXAMPLE
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 a(13) = 2.
PROG
(PARI) \\ See Links section.
CROSSREFS
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Sep 14 2020
STATUS
approved
