The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A320979 Number of permutations p of [n] such that the up-down signature of p has nonnegative partial sums with a maximal value of five. 2
0, 1, 6, 254, 1835, 47673, 416221, 9565156, 99383961, 2250472801, 27333591309, 635688426842, 8878319017022, 215812184750821, 3416973303551969, 87455366666951644, 1550782738938548075, 41903722165381482287, 823596208419940694670, 23503436481574417378942 (list; graph; refs; listen; history; text; internal format)
OFFSET
5,3
LINKS
FORMULA
a(n) = A262130(n) - A262129(n).
MAPLE
b:= proc(u, o, c) option remember; `if`(c<0 or c>5, 0, `if`(u+o=0,
x^c, (p-> add(coeff(p, x, i)*x^max(i, c), i=0..5))(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, 5):
seq(a(n), n=5..30);
CROSSREFS
Column k=5 of A262125.
Sequence in context: A332563 A041853 A168476 * A279869 A271501 A113900
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 May 23 06:30 EDT 2024. Contains 372760 sequences. (Running on oeis4.)