OFFSET
0,6
COMMENTS
a(0) = 1 corresponds to the empty polyomino.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 0..8192
Rémy Sigrist, PARI program for A336479
FORMULA
EXAMPLE
For n = 13, the binary representation of 13 is "1101", so we count the tilings of a size 4 staircase polyomino whose base has the following shape:
.....
. .
. .....
. .
+---+ .....
| | .
| +---+---+---+
| 1 1 | 0 | 1 |
+-------+---+---+
there are 3 such tilings:
+---+ +---+ +---+
| | | | | |
+---+---+ + +---+ +---+---+
| | | | | | | |
+---+---+---+ +---+---+---+ +---+ +---+
| | | | | | | | | | |
| +---+---+---+ | +---+---+---+ | +---+---+---+
| | | | | | | | | | | |
+-------+---+---+, +-------+---+---+, +-------+---+---+
so a(13) = 3.
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Sep 13 2020
STATUS
approved