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 A355764 #10 Jul 16 2022 11:49:56 %S A355764 1,1,6,77,1533,41547,1427789,59501185,2916185862,164377512831, %T A355764 10477134939301,745130845917317,58499605416732225,5025399546258317683, %U A355764 468897159717886522970,47222645752129576973609,5105611277081800029406545,589843003782904742592169479 %N A355764 E.g.f. satisfies log(A(x)) = (1 - exp(-x*A(x))) * A(x)^2. %F A355764 a(n) = Sum_{k=0..n} (-1)^(n-k) * (n+2*k+1)^(k-1) * Stirling2(n,k). %o A355764 (PARI) a(n) = sum(k=0, n, (-1)^(n-k)*(n+2*k+1)^(k-1)*stirling(n, k, 2)); %Y A355764 Cf. A334986, A349558. %K A355764 nonn %O A355764 0,3 %A A355764 _Seiichi Manyama_, Jul 16 2022