Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A096583
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A096583 Symmetric square array T(n,k)=T(k,n), read by antidiagonals, such that the n-th diagonal equals the convolution of the n-th row with the antidiagonal sums, with T(0,n)=1, for n>=0. +0
3
1, 1, 1, 1, 3, 1, 1, 5, 5, 1, 1, 7, 8, 7, 1, 1, 9, 16, 16, 9, 1, 1, 11, 23, 20, 23, 11, 1, 1, 13, 35, 44, 44, 35, 13, 1, 1, 15, 46, 69, 44, 69, 46, 15, 1, 1, 17, 62, 99, 108, 108, 99, 62, 17, 1, 1, 19, 77, 147, 179, 96, 179, 147, 77, 19, 1, 1, 21, 97, 206, 272, 248, 248, 272, 206, 97, 21 (list; table; graph; listen)
OFFSET

0,5

COMMENT

The main diagonal (A096585) equals the partial sums of the antidiagonal sums (A096584).

EXAMPLE

Antidiagonal sums are A096584 =

[1,2,5,12,24,52,90,186,306,574,...];

convolution of antidiagonal sums and first row yields main diagonal:

A096585 = [1,3,8,20,44,96,186,372,678,...];

convolution of antidiagonal sums and second row yields secondary

diagonal:

[1,5,16,44,108,248,530,1088,2138,4068,...].

Rows begin:

[1,1,1,1,1,1,1,1,1,...],

[1,3,5,7,9,11,13,15,17,...],

[1,5,8,16,23,35,46,62,77,...],

[1,7,16,20,44,69,99,147,206,...],

[1,9,23,44,44,108,179,272,379,...],

[1,11,35,69,108,96,248,429,669,...],

[1,13,46,99,179,248,186,530,965,...],

[1,15,62,147,272,429,530,372,1088,...],

[1,17,77,206,379,669,965,1088,678,...],...

PROGRAM

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

CROSSREFS

Cf. A096584, A096585.

Sequence in context: A026780 A026703 A122917 this_sequence A130154 A134398 A026615

Adjacent sequences: A096580 A096581 A096582 this_sequence A096584 A096585 A096586

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 28 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 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research