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 A032315 #22 Sep 14 2018 14:28:16 %S A032315 1,1,2,9,22,115,576,2569,16780,100041,660220,4683811,36128544, %T A032315 279022627,2268178290,20870481675,183829795216,1733470364065, %U A032315 17049910933404,176955696148171,1863799931450200,19988658792216891,227401089360840802,2637188651044286923 %N A032315 "EGJ" (unordered, element, labeled) transform of 1,2,3,4,... %H A032315 Vaclav Kotesovec, <a href="/A032315/b032315.txt">Table of n, a(n) for n = 0..400</a> %H A032315 C. G. Bower, <a href="/transforms2.html">Transforms (2)</a> %F A032315 E.g.f.: Product_{n>=1} (1 + x^n/n!)^n. - _Paul D. Hanna_, Nov 29 2010 %F A032315 E.g.f.: exp(Sum_{k>=1} Sum_{j>=1} (-1)^(k+1)*j*x^(j*k)/(k*(j!)^k)). - _Ilya Gutkovskiy_, Sep 12 2018 %o A032315 (PARI) {a(n)=n!*polcoeff(-1+prod(k=1,n,(1+x^k/k!+x*O(x^n))^k),n)} \\ _Paul D. Hanna_, Nov 29 2010 %o A032315 (PARI) seq(n)={Vec(serlaplace(prod(k=1, n, (1 + x^k/k! + O(x*x^n))^k)))} \\ _Andrew Howroyd_, Sep 13 2018 %Y A032315 Cf. A174661. %K A032315 nonn %O A032315 0,3 %A A032315 _Christian G. Bower_ %E A032315 a(0)=1 prepended and terms a(21) and beyond from _Andrew Howroyd_, Sep 13 2018