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 A322126 #13 Nov 28 2018 07:11:02 %S A322126 1,0,2,7188,134631576,7946203275000,1210527140790855600, %T A322126 411490045733601418421040,280031356887267221923677137280, %U A322126 351026687723982522494728236869341440,758933713536173718404757245269681913222400 %N A322126 Number of permutations of the multiset {1,1,1,1,1,2,2,2,2,2,3,3,3,3,3,...,n,n,n,n,n} with no two consecutive terms equal. %H A322126 Seiichi Manyama, <a href="/A322126/b322126.txt">Table of n, a(n) for n = 0..106</a> %F A322126 a(n) = n! * A190833(n). %F A322126 a(n) = Integral_{0..infinity} (x - 2 * x^2 + x^3 - 1/6 * x^4 + 1/120 * x^5)^n * exp(-x) dx. %t A322126 a[n_] := Integrate[(x - 2 * x^2 + x^3 - 1/6 * x^4 + 1/120 * x^5)^n * Exp[-x], {x, 0, Infinity}]; Array[a, 10, 0] (* _Stefano Spezia_, Nov 27 2018 *) %Y A322126 Row 5 of A322093. %Y A322126 Cf. A190833, A322127, A322128. %K A322126 nonn %O A322126 0,3 %A A322126 _Seiichi Manyama_, Nov 27 2018