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 A376475 #9 Sep 24 2024 14:14:53 %S A376475 1,0,0,6,24,120,3240,45360,584640,13668480,322963200,7224940800, %T A376475 201040963200,6254004556800,197219089267200,6845849673062400, %U A376475 260976932536320000,10410615332941824000,441056225586706329600,20015606466369626112000,955852013167308601344000,47944066629381635801088000 %N A376475 E.g.f. satisfies A(x) = exp( x^3*A(x)^3 / (1 - x*A(x)) ). %H A376475 <a href="/index/Res#revert">Index entries for reversions of series</a> %F A376475 E.g.f.: (1/x) * Series_Reversion( x*exp(-x^3 / (1 - x)) ). %F A376475 a(n) = n! * Sum_{k=0..floor(n/3)} (n+1)^(k-1) * binomial(n-2*k-1,n-3*k)/k!. %o A376475 (PARI) a(n) = n!*sum(k=0, n\3, (n+1)^(k-1)*binomial(n-2*k-1, n-3*k)/k!); %Y A376475 Cf. A052873, A376474. %Y A376475 Cf. A293049. %K A376475 nonn %O A376475 0,4 %A A376475 _Seiichi Manyama_, Sep 24 2024