Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A100326
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A100326 Triangle, read by rows, where row n equals the inverse binomial of column n of square array A100324, which lists the self-convolutions of SHIFT(A003169). +0
6
1, 1, 1, 3, 4, 1, 14, 20, 7, 1, 79, 116, 46, 10, 1, 494, 736, 311, 81, 13, 1, 3294, 4952, 2174, 626, 125, 16, 1, 22952, 34716, 15634, 4798, 1088, 178, 19, 1, 165127, 250868, 115048, 36896, 9094, 1724, 240, 22, 1, 1217270, 1855520, 862607, 285689, 74687 (list; table; graph; listen)
OFFSET

0,4

COMMENT

The left-most column equals A003169 shift one place right. Each column k>0 equals the convolution of the prior column and A003169. Row sums form A100327.

FORMULA

T(n, 0) = A003169(n) = Sum_{k=0..n-1} (k+1)*T(n-1, k) for n>0, with T(0, 0)=1. T(n, k) = Sum_{i=0..n-k} T(i+1, 0)*T(n-i-1, k-1) for n>0. G.f. A(x, y) = (1+G003169(x))/(1-y*G003169(x)) where G003169(x) is the g.f. of A003169.

EXAMPLE

Left-most column equals Sum_{k=0..n-1} (k+1)*T(n-1,k):

T(4,0) = 79 = 1*(14)+2*(20)+3*(7)+4*(1) = 1*T(3,0)+2*T(3,1)+3*T(3,2)+4*T(3,3).

All other elements are from the convolution of prior column and A003169:

T(4,2) = 46 = 1*(20)+3*(4)+14*(1) = T(1,0)*T(3,1)+T(2,0)*T(2,1)+T(3,0)*T(1,1).

Rows begin:

[1],

[1,1],

[3,4,1],

[14,20,7,1],

[79,116,46,10,1],

[494,736,311,81,13,1],

[3294,4952,2174,626,125,16,1],

[22952,34716,15634,4798,1088,178,19,1],...

First column forms A003169 shift right.

Binomial transform of row 3 forms column 3 of square A100324:

BINOMIAL([14,20,7,1]) = [14,34,61,96,140,194,259,...].

Binomial transform of row 4 forms column 4 of square A100324:

BINOMIAL([79,116,46,10,1]) = [79,195,357,575,860,1224,...].

PROGRAM

(PARI) {T(n, k)=if(n<k|k<0, 0, if(n==0, 1, if(k==0, sum(i=0, n-1, (i+1)*T(n-1, i)), sum(i=0, n-k, T(i+1, 0)*T(n-i-1, k-1))); ))}

CROSSREFS

Cf. A003169, A100324, A100327.

Sequence in context: A110506 A114189 A059110 this_sequence A028338 A039757 A136228

Adjacent sequences: A100323 A100324 A100325 this_sequence A100327 A100328 A100329

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 17 2004

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 July 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research