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.

A233427 Number A(n,k) of tilings of a k X n rectangle using pentominoes of any shape; square array A(n,k), n>=0, k>=0, read by antidiagonals.

Original entry on oeis.org

1, 1, 1, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 5, 0, 0, 5, 0, 1, 1, 0, 0, 56, 0, 56, 0, 0, 1, 1, 0, 0, 0, 501, 501, 0, 0, 0, 1, 1, 0, 0, 0, 0, 4006, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 27950, 27950, 0, 0, 0, 1, 1, 1, 0, 45, 0, 0, 214689, 0, 214689, 0, 0, 45, 0, 1
Offset: 0

Views

Author

Alois P. Heinz, Dec 09 2013

Keywords

Examples

			A(5,2) = A(2,5) = 5:
  ._________. ._________. ._________. ._________. ._________.
  |_________| | ._____| | | |_____. | |   ._|   | |   |_.   |
  |_________| |_|_______| |_______|_| |___|_____| |_____|___|.
Square array A(n,k) begins:
  1, 1,  1,    1,      1,         1,          1, ...
  1, 0,  0,    0,      0,         1,          0, ...
  1, 0,  0,    0,      0,         5,          0, ...
  1, 0,  0,    0,      0,        56,          0, ...
  1, 0,  0,    0,      0,       501,          0, ...
  1, 1,  5,   56,    501,      4006,      27950, ...
  1, 0,  0,    0,      0,     27950,          0, ...
  1, 0,  0,    0,      0,    214689,          0, ...
  1, 0,  0,    0,      0,   1696781,          0, ...
  1, 0,  0,    0,      0,  13205354,          0, ...
  1, 1, 45, 7670, 890989, 101698212, 7845888732, ...
  ...
		

Crossrefs

Formula

A(n,k) = 0 <=> n*k mod 5 > 0.