Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A138767
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
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, 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; listen)
OFFSET

1,3

COMMENT

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 this_sequence A048282 A068592 A135944

Adjacent sequences: A138764 A138765 A138766 this_sequence A138768 A138769 A138770

KEYWORD

nonn,tabf

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 30 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 27 14:50 EST 2009. Contains 167570 sequences.


AT&T Labs Research