Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A030528
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A030528 Triangle read by rows: a(n,k)=binom(k,n-k). +0
12
1, 1, 1, 0, 2, 1, 0, 1, 3, 1, 0, 0, 3, 4, 1, 0, 0, 1, 6, 5, 1, 0, 0, 0, 4, 10, 6, 1, 0, 0, 0, 1, 10, 15, 7, 1, 0, 0, 0, 0, 5, 20, 21, 8, 1, 0, 0, 0, 0, 1, 15, 35, 28, 9, 1, 0, 0, 0, 0, 0, 6, 35, 56, 36, 10, 1, 0, 0, 0, 0, 0, 1, 21, 70, 84, 45, 11, 1, 0, 0, 0, 0, 0, 0, 7, 56, 126, 120, 55, 12, 1 (list; table; graph; listen)
OFFSET

1,5

COMMENT

A convolution triangle of numbers obtained from A019590.

a(n,m) := s1(-1; n,m), a member of a sequence of triangles including s1(0; n,m)= A023531(n,m) (unit matrix) and s1(2; n,m)= A007318(n-1,m-1) (Pascal's triangle).

The signed triangular matrix a(n,m)*(-1)^(n-m) is the inverse matrix of the triangular Catalan convolution matrix A033184(n+1,m+1), n >= m >= 0, with A033184(n,m) := 0 if n<m.

Riordan array (1+x, x(1+x)). The signed triangle is the Riordan array (1-x,x(1-x)), inverse to (c(x),xc(x)) with c(x) g.f. for A000108. - Paul Barry (pbarry(AT)wit.ie), Feb 02 2005

Also, a(n,k)=number of compositions of n into k parts of 1's and 2's. Example: a(6,4)=6 because we have 2211, 2121, 2112, 1221, 1212, and 1122. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 05 2005

Subtriangle of A026729 . - Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Aug 31 2006

LINKS

W. Lang, On generalizations of Stirling number triangles, J. Integer Seqs., Vol. 3 (2000), #00.2.4.

D. Merlini, R. Sprugnoli and M. C. Verri, An algebra for proper generating trees

FORMULA

a(n, m) = 2*(2*m-n+1)*a(n-1, m)/n + m*a(n-1, m-1)/n, n >= m >= 1; a(n, m) := 0, n<m; a(n, 0) := 0; a(1, 1)=1. G.f. for m-th column: (x*(1+x))^m.

As a number triangle with offset 0, this is T(n, k)=sum{k=0..n, (-1)^(n+i)C(n, i)C(i+k+1, 2k+1)}. The diagonal sums give the Padovan sequence A000931(n+5). Inverse binomial transform of A078812 (product of lower triangular matrices). - Paul Barry (pbarry(AT)wit.ie), Jun 21 2004

EXAMPLE

{1}; {1,1}; {0,2,1}; {0,1,3,1}; {0,0,3,4,1}; ...

MAPLE

for n from 1 to 12 do seq(binomial(k, n-k), k=1..n) od; # yields sequence in triangular form (Deutsch)

CROSSREFS

Row sums A000045(n+1) (Fibonacci). a(n, 1)= A019590(n) (Fermat's last theorem). Cf. A049403.

Adjacent sequences: A030525 A030526 A030527 this_sequence A030529 A030530 A030531

Sequence in context: A129558 A131185 A052249 this_sequence A077227 A089263 A047265

KEYWORD

easy,nonn,tabl

AUTHOR

Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de)

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 05 2005

page 1

Search completed in 0.003 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 May 16 19:35 EDT 2008. Contains 139737 sequences.


AT&T Labs Research