This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A317286 #4 Jul 25 2018 16:46:13 %S A317286 2702765,117248463,3118257980,73830310655,1708350797975, %T A317286 38581706239634,861226758827324,19346584353278646,439935779491790415, %U A317286 10146028258663315691,238129724283103648476,5701793180421505562215,139409020095464012520967,3483089247393778028230622 %N A317286 Number of permutations of [n] with exactly six increasing runs of even length. %H A317286 Alois P. Heinz, <a href="/A317286/b317286.txt">Table of n, a(n) for n = 12..470</a> %p A317286 b:= proc(u, o, t) option remember; series(`if`(u+o=0, x^t, %p A317286 add(b(u+j-1, o-j, irem(t+1, 2)), j=1..o)+ %p A317286 add(b(u-j, o+j-1, 0)*x^t, j=1..u)), x, 7) %p A317286 end: %p A317286 a:= n-> coeff(b(n, 0$2), x, 6): %p A317286 seq(a(n), n=12..30); %Y A317286 Column k=6 of A097592. %K A317286 nonn %O A317286 12,1 %A A317286 _Alois P. Heinz_, Jul 25 2018