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!)
A316397 Number of permutations p of [n] such that the up-down signature of 0,p has nonnegative partial sums with a maximal value of ten. 2
1, 10, 4127, 45562, 4719041, 58003461, 3795919780, 52052335254, 2772611610514, 42268105493955, 2037044419366071, 34333238955892416, 1578674337291922196, 29239755067140936242, 1321207703588407017510, 26733500408009431631728, 1208079945873987947779946 (list; graph; refs; listen; history; text; internal format)
OFFSET
10,2
LINKS
FORMULA
a(n) = A262172(n) - A262171(n).
MAPLE
b:= proc(u, o, c, k) option remember;
`if`(c<0 or c>k, 0, `if`(u+o=0, 1,
add(b(u-j, o-1+j, c+1, k), j=1..u)+
add(b(u+j-1, o-j, c-1, k), j=1..o)))
end:
a:= n-> b(n, 0$2, 10)-b(n, 0$2, 9):
seq(a(n), n=10..26);
CROSSREFS
Column k=10 of A258829.
Sequence in context: A249851 A024139 A320983 * A291332 A294747 A199354
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Jul 01 2018
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 August 12 13:41 EDT 2024. Contains 375113 sequences. (Running on oeis4.)