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!)
A317284 Number of permutations of [n] with exactly four increasing runs of even length. 2
1385, 31493, 460929, 6632158, 99592344, 1489928080, 22566676855, 354404597721, 5758011600442, 96477356811365, 1673128285327455, 30065282456829860, 558998263719383722, 10749166166477149832, 213755085162112473899, 4392507334767609209209, 93197430506980061714657 (list; graph; refs; listen; history; text; internal format)
OFFSET
8,1
LINKS
MAPLE
b:= proc(u, o, t) option remember; series(`if`(u+o=0, x^t,
add(b(u+j-1, o-j, irem(t+1, 2)), j=1..o)+
add(b(u-j, o+j-1, 0)*x^t, j=1..u)), x, 5)
end:
a:= n-> coeff(b(n, 0$2), x, 4):
seq(a(n), n=8..30);
CROSSREFS
Column k=4 of A097592.
Sequence in context: A345526 A345780 A302900 * A060062 A181991 A212222
KEYWORD
nonn
AUTHOR
_Alois P. Heinz_, Jul 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 14 10:17 EDT 2024. Contains 372532 sequences. (Running on oeis4.)