Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121583
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121583 Triangle read by rows: T(n,k) is the number of deco polyominoes of height n having k cells in the first two columns (n>=1, k>=1). A deco polyomino is a directed column-convex polyomino in which the height, measured along the diagonal, is attained only in the last column. +0
3
1, 0, 2, 0, 1, 4, 1, 0, 2, 6, 10, 5, 1, 0, 6, 16, 29, 34, 23, 11, 1, 0, 24, 60, 102, 148, 154, 119, 77, 35, 1, 0, 120, 288, 474, 668, 867, 874, 719, 533, 341, 155, 1, 0, 720, 1680, 2712, 3768, 4834, 5906, 5914, 5039, 4013, 2957, 1901, 875, 1, 0, 5040, 11520, 18360 (list; graph; listen)
OFFSET

1,3

COMMENT

Row n has 2n-2 terms (n>=2). Row sums are the factorials (A000142). Sum(k*T(n,k), k=0..n)=A121584(n)

REFERENCES

E. Barcucci, A. Del Lungo and R. Pinzani, "Deco" polyominoes, permutations and random generation, Theoretical Computer Science, 159, 1996, 29-42.

FORMULA

The generating polynomial of row n is P(n,t)=Q(n,t,t), where Q(1,t,s)=t and Q(n,t,s)=tQ(n-1,t,s)+(t^n-t)Q(n-1,s,1)/(t-1) for n>=2.

EXAMPLE

T(2,2)=2 because the deco polyominoes of height 2 are the vertical and horizontal dominoes, each having 2 cells in their first two columns.

Triangle starts:

1;

0,2;

0,1,4,1;

0,2,6,10,5,1;

0,6,16,29,34,23,11,1;

MAPLE

Q[1]:=t: for n from 2 to 9 do Q[n]:=expand(simplify(t*Q[n-1]+(t^n-t)/(t-1)*subs({t=s, s=1}, Q[n-1]))) od: for n from 1 to 9 do P[n]:=sort(subs(s=t, Q[n])): od: 1; for n from 1 to 9 do seq(coeff(P[n], t, j), j=1..2*n-2) od; # yields sequence in triangular form

CROSSREFS

Cf. A000142, A100822, A121581, A121584.

Sequence in context: A081265 A108643 A133838 this_sequence A124915 A158239 A159819

Adjacent sequences: A121580 A121581 A121582 this_sequence A121584 A121585 A121586

KEYWORD

nonn,tabf

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 11 2006

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research