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 A151577 #7 May 05 2020 19:25:45 %S A151577 0,5,156,2114,19328,140571,882340,5007112,26441856,132439905, %T A151577 637468300,2976161790,13569454592,60725449335,267757190100, %U A151577 1166662948900,5034645823680,21556696454685,91704869986620,388044105102650,1634678955350400,6860481786528275,28700914012807556 %N A151577 Number of permutations of 1..n arranged in a circle with exactly 4 adjacent element pairs in decreasing order. %H A151577 Andrew Howroyd, <a href="/A151577/b151577.txt">Table of n, a(n) for n = 4..500</a> %F A151577 From _Andrew Howroyd_, May 05 2020: (Start) %F A151577 a(n) = n*A000498(n-1). %F A151577 a(n) = n*(4^(n-1) - n*3^(n-1) + binomial(n,2)*2^(n-1) - binomial(n,3)). (End) %o A151577 (PARI) a(n) = {n*(4^(n-1) - n*3^(n-1) + binomial(n,2)*2^(n-1) - binomial(n,3))} \\ _Andrew Howroyd_, May 05 2020 %Y A151577 Column k=4 of A334218. %Y A151577 Cf. A000498. %K A151577 nonn %O A151577 4,2 %A A151577 _R. H. Hardin_, May 21 2009 %E A151577 Terms a(17) and beyond from _Andrew Howroyd_, May 05 2020