login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A138767 Triangle read by rows: T(n,k)=binom(n,k)*binom(2*n-2*k,n-1), n>=1, 0<=k<=floor(n/2+1/2). 0
1, 1, 4, 4, 15, 18, 3, 56, 80, 24, 210, 350, 150, 10, 792, 1512, 840, 120, 3003, 6468, 4410, 980, 35, 11440, 27456, 22176, 6720, 560, 43758, 115830, 108108, 41580, 5670, 126, 167960, 486200, 514800, 240240, 46200, 2520 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

Row n contains floor(n/2+3/2) terms.

Row sums with alternate signs are 0.

REFERENCES

D. Beckwith, Problem 11212/11220, Amer. Math. Monthly 115, (2008), p. 366.

EXAMPLE

Triangle starts:

1,1;

4,4;

15,18,3;

56,18,3;

210,350,150,10;

MAPLE

T:=proc(n, r) options operator, arrow: binomial(n, r)*binomial(2*n-2*r, n-1) end proc: for n to 10 do seq(T(n, k), k=0..floor((1/2)*n+1/2)) end do; # yields sequence in triangular form

CROSSREFS

Sequence in context: A059443 A097335 A117187 * A048282 A068592 A174406

Adjacent sequences:  A138764 A138765 A138766 * A138768 A138769 A138770

KEYWORD

nonn,tabf

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 30 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 13:22 EST 2012. Contains 205483 sequences.