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!)
A262169 Number of permutations p of [n] such that the up-down signature of 0,p has nonnegative partial sums with a maximal value <= 7. 4
1, 1, 2, 5, 20, 87, 522, 3271, 26167, 214946, 2148500, 21869553, 262040897, 3184440794, 44442180413, 627992981034, 9996086297542, 161044694650665, 2877551846402242, 52059368659632095, 1031291013069584902, 20699996793232418643, 450130761784158558067 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A262163(n,7).
MAPLE
b:= proc(u, o, c) option remember; `if`(c<0 or c>7, 0, `if`(u+o=0,
x^c, (p-> add(coeff(p, x, i)*x^max(i, c), i=0..7))(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-> (p-> add(coeff(p, x, i), i=0..min(n, 7)))(b(0, n, 0)):
seq(a(n), n=0..25);
CROSSREFS
Column k=7 of A262163.
Sequence in context: A262166 A262167 A262168 * A262170 A262171 A262172
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Sep 13 2015
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 June 11 18:20 EDT 2024. Contains 373315 sequences. (Running on oeis4.)