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!)
A320983 Number of permutations p of [n] such that the up-down signature of p has nonnegative partial sums with a maximal value of nine. 2
0, 1, 10, 4116, 45431, 4619654, 56724741, 3604309466, 49361628592, 2539183745028, 38672184949164, 1795814647499288, 30258670886635123, 1339822976545126729, 24829628782352186543, 1080751193228180109916, 21899879370157544611142, 954090805109110152360526 (list; graph; refs; listen; history; text; internal format)
OFFSET
9,3
LINKS
FORMULA
a(n) = A262134(n) - A262133(n).
MAPLE
b:= proc(u, o, c) option remember; `if`(c<0 or c>9, 0, `if`(u+o=0,
x^c, (p-> add(coeff(p, x, i)*x^max(i, c), i=0..9))(add(
b(u-j, o-1+j, c-1), j=1..u)+add(b(u+j-1, o-j, c+1), j=1..o))))
end:
a:= n-> coeff(add(b(j-1, n-j, 0), j=1..n), x, 9):
seq(a(n), n=9..30);
CROSSREFS
Column k=9 of A262125.
Sequence in context: A291676 A249851 A024139 * A316397 A291332 A294747
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Oct 25 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 July 15 23:36 EDT 2024. Contains 374341 sequences. (Running on oeis4.)