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!)
A229891 Number of 10 up, 10 down permutations of [n]. 2
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 66, 286, 1001, 3003, 8008, 19448, 43758, 92378, 184756, 3711916, 39277446, 290971966, 1693270006, 8237327526, 34822561201, 131333661601, 450356465701, 1424215551901, 4199713947571, 122741742741301, 1863639732429616 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,13
LINKS
MAPLE
b:= proc(u, o, t) option remember; `if`(u+o=0, 1, add(`if`(t=10,
b(o-j, u+j-1, 1), b(u+j-1, o-j, t+1)), j=1..o))
end:
a:= n-> b(0, n, 0):
seq(a(n), n=0..35);
CROSSREFS
Column k=10 of A229892.
Sequence in context: A008503 A008493 A001287 * A243745 A325752 A221143
KEYWORD
nonn,eigen
AUTHOR
Alois P. Heinz, Oct 02 2013
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 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)