Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A112327
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A112327 Triangle read by rows: T(n,k)=k^3*2^k*binomial(2n-k,n-k)/(2n-k) (1<=k<=n). +0
2
2, 2, 16, 4, 32, 72, 10, 80, 216, 256, 28, 224, 648, 1024, 800, 84, 672, 2016, 3584, 4000, 2304, 264, 2112, 6480, 12288, 16000, 13824, 6272, 858, 6864, 21384, 42240, 60000, 62208, 43904, 16384, 2860, 22880, 72072, 146432, 220000, 253440, 219520, 131072 (list; table; graph; listen)
OFFSET

1,1

COMMENT

T(n,1)=2*Catalan(n-1)=2*A000108(n-1) T(n,n)=2^n*n^2=A007758(n). Row sums yield A112328.

REFERENCES

F. Ruskey, Average shape of binary trees, SIAM J. Alg. Disc. Meth., 1, 1980, 43-50 (Eq. (8)).

EXAMPLE

Triangle starts:

2;

2,16;

4,32,72;

10,80,216,256;

MAPLE

T:=proc(n, k) if k<2*n then k^3*2^k*binomial(2*n-k, n-k)/(2*n-k) else 0 fi end: for n from 1 to 10 do seq(T(n, k), k=1..n) od; # yields sequence in triangular form

CROSSREFS

Cf. A000108, A007758, A112328.

Adjacent sequences: A112324 A112325 A112326 this_sequence A112328 A112329 A112330

Sequence in context: A006929 A079897 A097540 this_sequence A093114 A016740 A133922

KEYWORD

nonn,tabl

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Sep 04 2005

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 October 9 14:06 EDT 2008. Contains 144831 sequences.


AT&T Labs Research