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!)
A317285 Number of permutations of [n] with exactly five increasing runs of even length. 2

%I #6 Jul 25 2018 16:49:10

%S 50521,1629248,32918922,617859020,11668739836,217316513198,

%T 4043244094251,76688877688570,1487035437929625,29470163960950720,

%U 598896893196470516,12504145259394103084,268208623687371202156,5911352523792061709194,133914475861667199021171

%N Number of permutations of [n] with exactly five increasing runs of even length.

%H Alois P. Heinz, <a href="/A317285/b317285.txt">Table of n, a(n) for n = 10..470</a>

%p b:= proc(u, o, t) option remember; series(`if`(u+o=0, x^t,

%p add(b(u+j-1, o-j, irem(t+1, 2)), j=1..o)+

%p add(b(u-j, o+j-1, 0)*x^t, j=1..u)), x, 6)

%p end:

%p a:= n-> coeff(b(n, 0$2), x, 5):

%p seq(a(n), n=10..30);

%Y Column k=5 of A097592.

%K nonn

%O 10,1

%A _Alois P. Heinz_, Jul 25 2018

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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)