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.

A127867 Number of tilings of a 3 X n board with 1 X 1 and L-shaped tiles (where the L-shaped tiles cover 3 squares).

Original entry on oeis.org

1, 1, 11, 39, 195, 849, 3895, 17511, 79339, 358397, 1620843, 7326991, 33127155, 149766353, 677103839, 3061202815, 13839823275, 62570318397, 282882722979, 1278922980071, 5782057329219, 26140890761969, 118183916056327, 534313772133687, 2415651952691819
Offset: 0

Views

Author

Silvia Heubach (sheubac(AT)calstatela.edu), Feb 03 2007

Keywords

Examples

			a(2) = 11 because the 3 X 2 board can be tiled in one way with only square tiles, in 8 ways using one L-tile and 3 square tiles and in 2 ways with 2 L-tiles.
		

Crossrefs

Column k=3 of A220054. - Alois P. Heinz, Dec 03 2012

Programs

  • Mathematica
    Table[Coefficient[Normal[Series[(1 - x)^2/(1 - 3x - 7x^2 + x^3 - 2x^4), {x, 0, 30}]], x, n], {n, 0, 30}]

Formula

G.f.: (1-x)^2/(1-3x-7x^2+x^3-2x^4).