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.

Showing 1-5 of 5 results.

A174249 Number of tilings of a 5 X n rectangle with n pentominoes of any shape.

Original entry on oeis.org

1, 1, 5, 56, 501, 4006, 27950, 214689, 1696781, 13205354, 101698212, 782267786, 6048166230, 46799177380, 361683136647, 2793722300087, 21583392631817, 166790059833039, 1288885349447958, 9959188643348952, 76953117224941654, 594617039453764617, 4594660583890506956
Offset: 0

Views

Author

Bob Harris (me13013(AT)gmail.com), Mar 13 2010

Keywords

Crossrefs

Formula

a(n) ~ c * d^n, where d =
7.727036840800092392128639105511391434436212757335030092041375597587338371937..., c =
0.13364973920881772493778581621701653927538155984099992758656160782495174... (1/d is the root of the denominator, see g.f.). - Vaclav Kotesovec, May 19 2015

Extensions

a(0) prepended, a(11)-a(22) from Alois P. Heinz, Dec 05 2013

A134438 Number of tilings of a 3 X n rectangle with n trominoes.

Original entry on oeis.org

1, 1, 3, 10, 23, 62, 170, 441, 1173, 3127, 8266, 21937, 58234, 154390, 409573, 1086567, 2882021, 7645046, 20279829, 53794224, 142696606, 378522507, 1004078871, 2663452699, 7065162260, 18741269167, 49713692146, 131872134232, 349808216915, 927912454723
Offset: 0

Views

Author

Philippe Deléham, Jan 18 2008

Keywords

References

  • G. Kreweras, Recouvrements d'un rectangle de largeur 3 à l'aide de triminos, Mathématiques et sciences humaines, tome 130 (1995), p. 27-31.

Crossrefs

Programs

  • Maple
    a:= n-> (Matrix([[1$2, 0$2, 1, 0]]). Matrix(6, (i,j)-> if i+1=j then 1 elif j=1 then [1, 2, 6, 1, 0, -1][i] else 0 fi)^n)[1,2]: seq(a(n), n=0..30);  # Alois P. Heinz, Oct 09 2008
  • Mathematica
    LinearRecurrence[{1,2,6,1,0,-1},{1,1,3,10,23,62},40] (* Harvey P. Dale, Aug 27 2013 *)

Formula

a(n) = a(n-1) +2*a(n-2) +6*a(n-3) +a(n-4) -a(n-6).
G.f.: (1-x^3) / (1-x-2*x^2-6*x^3-x^4+x^6). - Alois P. Heinz, Oct 09 2008

Extensions

More terms from Alois P. Heinz, Oct 09 2008

A174250 Number of tilings of a 6 X n rectangle with n hexominoes of any shape.

Original entry on oeis.org

1, 1, 6, 132, 2369, 33344, 451206, 5850115, 81459922, 1144259389, 15946621499
Offset: 0

Views

Author

Bob Harris (me13013(AT)gmail.com), Mar 13 2010

Keywords

Crossrefs

A174251 Number of tilings of a 7 X n rectangle with n heptominoes of any shape.

Original entry on oeis.org

1, 1, 7, 259, 9525, 270827, 6633399, 158753814, 3825111851, 96608374284, 2446223788303
Offset: 0

Views

Author

Bob Harris (me13013(AT)gmail.com), Mar 13 2010

Keywords

Crossrefs

A174253 Number of tilings of a 9 X n rectangle with n nonominoes of any shape.

Original entry on oeis.org

1, 1, 9, 1095, 145415, 15661597, 1418159011, 112976454947, 8812020831683, 706152947468301, 58015563977931125
Offset: 0

Views

Author

Bob Harris (me13013(AT)gmail.com), Mar 13 2010

Keywords

Crossrefs

Showing 1-5 of 5 results.