Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A054858
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A054858 Number of basic blocks of size 5xn for tilings with square tiles of size up to 5 X 5. +0
2
1, 7, 13, 20, 35, 66, 118, 218, 402, 738, 1358, 2498, 4594, 8450, 15542, 28586, 52578, 96706, 177870, 327154, 601730, 1106754, 2035638, 3744122, 6886514, 12666274, 23296910, 42849698, 78812882, 144959490, 266622070 (list; graph; listen)
OFFSET

1,2

COMMENT

Basic blocks of size 5xn are tilings of a 5xn area that cannot be vertically split into two smaller tilings of size 5xk and 5x(n-k).

LINKS

S. Heubach, Tiling an m X n area with squares of size up to k X k (m <=5), Congressus Numerantium 140 (1999), pp. 43-64.

FORMULA

a(n)= a(n-1)+a(n-2)+a(n-3) for n>8, a(1)=1, a(2)=7, a(3)=13, a(4)=20, a(5)=35, a(6)=66, a(7)=218

G.f.: x^5+2x^4-x^3+5x^2-x-10+2(-4x+5-5x^2)/(1-x-x^2-x^3). a(n) = 10*A000213(n)-8*A000073(n+1), n>5. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 02 2008]

EXAMPLE

a(3)=7 as the nature of basic blocks requires that the tiling cannot be split vertically into smaller tilings. Thus there needs to be one 2 X 2 tile whose lower left corner is in column 1 and one whose llc is in column 2. There are 7 ways to place these two 2 X 2 tiles.

MATHEMATICA

f[ {A_, B_} ] := Module[ {til = A, basic = B}, {Flatten[ Append[ til, ListConvolve[ A, B ] ]], AppendTo[ basic, B[[ -1 ]] + B[[ -2 ]] + B[[ -3 ] ]]} ]; NumOfBasicBlocks[ n_ ] := Nest[ f, {{1, 1, 8, 28, 117, 472, 1916, 7765}, {1, 7, 13, 20, 35, 66, 118, 218}}, n-2 ][[ 2 ]] NumOfBasicBlocks[ 30 ]

CROSSREFS

Cf. A054857.

Sequence in context: A023984 A126621 A109331 this_sequence A135275 A013652 A099988

Adjacent sequences: A054855 A054856 A054857 this_sequence A054859 A054860 A054861

KEYWORD

easy,nonn,new

AUTHOR

Silvia Heubach (silvi(AT)cine.net), Apr 21 2000

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 21 14:49 EST 2008. Contains 150807 sequences.


AT&T Labs Research