login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143361 Triangle read by rows: T(n,k) is the number of 010-avoiding binary words of length n containing k 00 subwords (0<=k<=n-1). 0
2, 3, 1, 4, 2, 1, 6, 3, 2, 1, 9, 6, 3, 2, 1, 13, 11, 7, 3, 2, 1, 19, 18, 14, 8, 3, 2, 1, 28, 30, 24, 17, 9, 3, 2, 1, 41, 50, 43, 30, 20, 10, 3, 2, 1, 60, 81, 77, 57, 36, 23, 11, 3, 2, 1, 88, 130, 132, 108, 72, 42, 26, 12, 3, 2, 1, 129, 208, 224, 193, 143, 88, 48, 29, 13, 3, 2, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Sum of entries in row n = A005251(n+3).

T(n,0)=A000930(n+2).

Sum(k*T(n,k),k=0..n-1)=A118430(n+1).

FORMULA

G.f.=G=G(t,z)=(1+z-tz+z^2)/(1-z-tz+tz^2-z^3)-1.

EXAMPLE

T(5,2)=3 because we have 00011, 10001 and 11000.

Triangle starts:

2;

3,1;

4,2,1;

6,3,2,1;

9,6,3,2,1;

13,11,7,3,2,1;

MAPLE

G:=(1+z-t*z+z^2)/(1-z-t*z+t*z^2-z^3)-1: Gser:=simplify(series(G, z=0, 14)): for n to 12 do P[n]:=sort(coeff(Gser, z, n)) end do: for n to 12 do seq(coeff(P[n], t, j), j=0..n-1) end do; # yields sequence in triangular form

CROSSREFS

Cf. A005251, A000930, A118430.

Sequence in context: A195164 A087088 A104705 * A152547 A083906 A160541

Adjacent sequences:  A143358 A143359 A143360 * A143362 A143363 A143364

KEYWORD

nonn,tabl

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 15 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 11:35 EST 2012. Contains 206011 sequences.