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

%I #6 Jul 25 2018 17:13:22

%S 199360981,11190963430,378291607803,11014069796526,305943708449074,

%T 8211684416287224,215906484804391566,5654455021954104792,

%U 148657867362265421769,3937297418900898841450,105451222548147683308147,2864250745636538809593802,79027581972356621300952774

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

%H Alois P. Heinz, <a href="/A317287/b317287.txt">Table of n, a(n) for n = 14..469</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, 8)

%p end:

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

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

%Y Column k=7 of A097592.

%K nonn

%O 14,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 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)