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 A185159 #20 Feb 13 2019 03:50:19 %S A185159 2,0,8,96,1248,18176,295040,5294592,104269312,2239225856,52150118400, %T A185159 1310675066880,35390943453184,1022570290544640,31498715705147392, %U A185159 1030904079324413952,35736902010299351040,1308417934560279396352 %N A185159 a(n) = 2^n*A122827(n). %H A185159 Jean-Christophe Novelli and Jean-Yves Thibon, <a href="http://arxiv.org/abs/0806.3682">Free quasi-symmetric functions and descent algebras for wreath products, and noncommutative multi-symmetric functions</a> (2008); arXiv:0806.3682 [math.CO], 2008; Discrete Math. 310 (2010), no. 24, 3584-3606. See Eq. 35. %t A185159 terms = 18; f[t_] = 1 + Sum[n! t^n, {n, 1, terms+1}]; %t A185159 A122827 = CoefficientList[(f[t] - 1)/f[t]^2 + O[t]^(terms+1), t] // Rest; %t A185159 2^Range[terms]*A122827 (* _Jean-François Alcover_, Feb 13 2019 *) %Y A185159 Cf. A122827. %K A185159 nonn %O A185159 1,1 %A A185159 _N. J. A. Sloane_, Jan 23 2012