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.

A334617 a(n) is the number of ways to tile a size n staircase polyomino with staircase polyominoes.

Original entry on oeis.org

1, 2, 8, 57, 806, 20840, 1038266, 97115638, 17213517207, 5768580741287
Offset: 1

Views

Author

Peter Kagey, Sep 08 2020

Keywords

Comments

A size-n staircase polynomo is a polyomino consisting of n left-aligned rows in increasing length of 1, 2, ..., n. Rotations of staircase polyominoes are also polyominoes.

Examples

			For n = 3 the a(3) = 8 tilings are:
+---+          +---+          +---+          +---+
|   |          |   |          |   |          |   |
+---+---+      +   +---+      +---+---+      +---+---+
|   |   |      |       |      |   |   |      |   |   |
+---+---+---+, +---+---+---+, +   +---+---+, +---+   +---+,
|   |   |   |  |   |   |   |  |       |   |  |   |       |
+---+---+---+  +---+---+---+  +---+---+---+  +---+---+---+
+---+          +---+          +---+          +---+
|   |          |   |          |   |          |   |
+---+---+      +---+---+      +---+---+      +   +---+
|       |      |       |      |   |   |      |       |
+---+   +---+, +   +---+---+, +---+   +---+, +       +---+.
|   |   |   |  |   |   |   |  |       |   |  |           |
+---+---+---+  +---+---+---+  +---+---+---+  +---+---+---+
		

Crossrefs

Extensions

a(8) from Seiichi Manyama, Sep 09 2020
a(9)-a(10) from Bert Dobbelaere, Sep 12 2020