Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A122882
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A122882 Array of T(n,m)=1*5*...*(4n-3)*3*7*...*(4m-1)*2^(n+m)/(n+m)! by antidiagonals. +0
1
1, 2, 6, 10, 6, 42, 60, 20, 28, 308, 390, 90, 70, 154, 2310, 2652, 468, 252, 308, 924, 17556, 18564, 2652, 1092, 924, 1540, 5852, 134596, 132600, 15912, 5304, 3432, 3960, 8360, 38456, 1038312, 961350, 99450, 27846, 14586, 12870, 18810, 48070 (list; table; graph; listen)
OFFSET

0,2

COMMENT

T(n,m)=2*A(m,n) in Problem A10527 Solution.

REFERENCES

V. Pasol, Problem 10527, Amer. Math. Monthly, 103 (1996), p. 427; 104 (1997), 980-981.

FORMULA

T(n,m) = T(n,m-1)*(8*m-2)/(n+m) = T(n-1,m)*(8*n-6)/(n+m). T(0,0) = 1.

PROGRAM

(PARI) {T(n, m)=if(n<0|m<0, 0, 2^(n+m)/(n+m)!*prod(k=1, m, 4*k-1)*prod(k=1, n, 4*k-3))}

CROSSREFS

Cf. A004981(n)=T(n, 0), A004982(n)=T(0, n), A001448(n)=T(n, n).

Adjacent sequences: A122879 A122880 A122881 this_sequence A122883 A122884 A122885

Sequence in context: A077933 A141572 A141257 this_sequence A136700 A054645 A050425

KEYWORD

nonn,tabl

AUTHOR

Michael Somos, Sep 16 2006

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 10 20:39 EDT 2008. Contains 144831 sequences.


AT&T Labs Research