Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A152541
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A152541 Triangle, read by rows, where T(n,k) = Sum_{i=k..n-1} T(n-1,i)*T(i+1,k+1) for n>k with T(n,n) = n+1 for n>=0. +0
4
1, 2, 2, 16, 6, 3, 230, 54, 12, 4, 4704, 818, 128, 20, 5, 124388, 17360, 2162, 250, 30, 6, 4029888, 472484, 49600, 4742, 432, 42, 7, 154462924, 15666720, 1432844, 118920, 9158, 686, 56, 8, 6834212520, 612024124, 49817952, 3688268, 251216, 16130, 1024 (list; table; graph; listen)
OFFSET

0,2

EXAMPLE

Triangle begins:

1;

2, 2;

16, 6, 3;

230, 54, 12, 4;

4704, 818, 128, 20, 5;

124388, 17360, 2162, 250, 30, 6;

4029888, 472484, 49600, 4742, 432, 42, 7;

154462924, 15666720, 1432844, 118920, 9158, 686, 56, 8;

6834212520, 612024124, 49817952, 3688268, 251216, 16130, 1024, 72, 9;

342732052968, 27510397296, 2023012156, 135928128, 8390756, 482464, 26498, 1458, 90, 10;

...

Illustrate the recurrence by row and column vector products:

T(3,0) = [16,6,3] * [2,6,54]~ = 16*2 + 6*6 + 3*54 = 230;

T(4,1) = [54,12,4] * [3,12,128]~ = 818;

T(4,0) = [230,54,12,4] * [2,6,54,818]~ = 4704.

PROGRAM

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

CROSSREFS

Cf. A152542, A152543, A152544.

Sequence in context: A079897 A097540 A112327 this_sequence A093114 A016740 A133922

Adjacent sequences: A152538 A152539 A152540 this_sequence A152542 A152543 A152544

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 12 2008

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