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!)
A262164 Number of permutations p of [n] such that the up-down signature of 0,p has nonnegative partial sums with a maximal value <= 2. 3
1, 1, 2, 4, 16, 54, 324, 1532, 12256, 74512, 745120, 5536752, 66441024, 583466480, 8168530720, 82769713504, 1324315416064, 15208157533440, 273746835601920, 3513491887566848, 70269837751336960, 996837786288583168, 21930431298348829696, 340730692136161864704 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A262163(n,2).
MAPLE
b:= proc(u, o, c) option remember; `if`(c<0 or c>2, 0, `if`(u+o=0,
x^c, (p-> add(coeff(p, x, i)*x^max(i, c), i=0..2))(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, 2)))(b(0, n, 0)):
seq(a(n), n=0..25);
CROSSREFS
Column k=2 of A262163.
Sequence in context: A255730 A363441 A010362 * A322940 A306519 A001472
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 April 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)