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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111910 Square array read by antidiagonals: T(p,q)=(p+q+1)!(2p+2q+1)!/[(p+1)!(2p+1)!(q+1)!(2q+1)! ] (p,q>=0). 5
1, 1, 1, 1, 5, 1, 1, 14, 14, 1, 1, 30, 84, 30, 1, 1, 55, 330, 330, 55, 1, 1, 91, 1001, 2145, 1001, 91, 1, 1, 140, 2548, 10010, 10010, 2548, 140, 1, 1, 204, 5712, 37128, 68068, 37128, 5712, 204, 1, 1, 285, 11628, 116280, 352716, 352716, 116280, 11628, 285, 1, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,5

COMMENTS

T(n,n)=A111911(n)

REFERENCES

G. Kreweras and H. Niederhausen, Solution of an enumerative problem connected with lattice paths, European J. Combin., 2 (1981), 55-60.

FORMULA

Define a(n) = n!*(n+1/2)!*(n+1)!/(1/2)!. S(n,k) = a(n+k)/(a(n)*a(k)) gives the sequence as a square array; T(n,k) = a(n)/(a(n-k)*a(k)) gives the sequence as a triangle. S(n-1,k)*S(n,k+1)*S(n+1,k-1) = S(n-1,k+1)*S(n,k-1)*S(n+1,k). Cf. A091044. - Peter Bala Oct 13 2011

MAPLE

a:=(p, q)->(p+q+1)!*(2*p+2*q+1)!/(p+1)!/(2*p+1)!/(q+1)!/(2*q+1)!: for n from 0 to 10 do seq(a(j, n-j), j=0..n) od; # yields sequence in triangular form

CROSSREFS

Cf. A111911. A091044, A196148 (row sums of triangle).

Sequence in context: A176487 A157177 A119725 * A181143 A144438 A157207

Adjacent sequences:  A111907 A111908 A111909 * A111911 A111912 A111913

KEYWORD

nonn,tabl

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 19 2005

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 15 23:34 EST 2012. Contains 205860 sequences.