login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093346 Array read by antidiagonals: T(r,n) = number of two-stack sortable r-permutations. 0
1, 1, 2, 1, 3, 6, 1, 4, 15, 22, 1, 5, 28, 95, 91, 1, 6, 45, 252, 690, 408, 1, 7, 66, 525, 2618, 5481, 1938, 1, 8, 91, 946, 7095, 29848, 46376, 9614, 1, 9, 120, 1547, 15741, 105417, 363216, 411255, 49335, 1, 10, 153, 2360, 30576, 288288, 1673535, 4638348, 3781635, 260130 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
D. Xu, Generalizations of two-stack-sortable permutations, PhD thesis, arXiv:math/0209313 [math.CO], 2002.
FORMULA
T(r,n) = 2(r+1) * ((2r+1)n)!/[n!*(2rn+2)! ].
MATHEMATICA
T[r_, n_] := 2(r+1) * ((2r+1)n)!/(n!*(2r n+2)!); Table[T[r-n+1, n], {r, 1, 10}, {n, 1, r}] // Flatten (* Jean-François Alcover, Feb 18 2019 *)
PROG
(PARI) T(r, n)=2*(r+1)*((2*r+1)*n)!/(n!*(2*r*n+2)!)
CROSSREFS
Cf. A000139.
Sequence in context: A360858 A181511 A115196 * A115597 A325007 A103371
KEYWORD
nonn,tabl
AUTHOR
Ralf Stephan, Apr 26 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)