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 A371304 #12 Mar 18 2024 12:52:08 %S A371304 1,0,0,6,12,20,1470,12642,70616,2131992,39352410,470186750, %T A371304 11032124532,295053244356,5896487364950,146264289411450, %U A371304 4625791393554480,130492119237611312,3837833086814864946,135471306780659593206,4800394977109827314060 %N A371304 E.g.f. satisfies A(x) = 1/(1 - x^2*(exp(x*A(x)) - 1)). %F A371304 a(n) = n! * Sum_{k=0..floor(n/3)} (n-k)! * Stirling2(n-2*k,k)/( (n-2*k)! * (n-2*k+1)! ). %o A371304 (PARI) a(n) = n!*sum(k=0, n\3, (n-k)!*stirling(n-2*k, k, 2)/((n-2*k)!*(n-2*k+1)!)); %Y A371304 Cf. A370989, A371139. %Y A371304 Cf. A358013, A371302. %K A371304 nonn %O A371304 0,4 %A A371304 _Seiichi Manyama_, Mar 18 2024