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.

A220125 Number of tilings of an 8 X n rectangle using integer-sided rectangular tiles of area 8.

Original entry on oeis.org

1, 1, 2, 3, 9, 16, 35, 65, 250, 495, 1209, 2412, 6510, 13707, 32467, 68285, 176843, 387518, 926118, 2022259, 4928293, 11009067, 25938745, 57797488, 137808762, 311753120, 730878789, 1651849769, 3880235364, 8842052707, 20602970440, 46930887843, 109406749213
Offset: 0

Views

Author

Alois P. Heinz, Dec 06 2012

Keywords

Examples

			a(3) = 3, because there are 3 tilings of an 8 X 3 rectangle using integer-sided rectangular tiles of area 8:
._._._.   .___._.   ._.___.
| | | |   |   | |   | |   |
| | | |   |   | |   | |   |
| | | |   |   | |   | |   |
| | | |   |___| |   | |___|
| | | |   |   | |   | |   |
| | | |   |   | |   | |   |
| | | |   |   | |   | |   |
|_|_|_|   |___|_|   |_|___|
		

Crossrefs

Column k=8 of A220122.