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 A371312 #26 Mar 24 2024 08:16:40 %S A371312 1,2,8,38,228,1562,12386,109286,1073988,11545994,135393438,1714890806, %T A371312 23380747506,341014477390,5303722839850,87582446980418, %U A371312 1531259993710468,28254163132485930,548854481037814382,11196310379931318758,239346426732701009838,5350768890908294837294 %N A371312 Expansion of e.g.f. Product_{k>=1} 1 / (1 - x^k/k!)^2. %C A371312 Exponential self-convolution of A005651. %F A371312 a(n) = Sum_{k=0..n} binomial(n,k) * A005651(k) * A005651(n-k). %F A371312 a(n) ~ A247551^2 * n! * n. - _Vaclav Kotesovec_, Mar 24 2024 %t A371312 nmax = 21; CoefficientList[Series[Product[1/(1 - x^k/k!)^2, {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]! %Y A371312 Cf. A005651, A032312. %K A371312 nonn %O A371312 0,2 %A A371312 _Ilya Gutkovskiy_, Mar 24 2024