cp's OEIS Frontend

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.

A356788 E.g.f. satisfies log(A(x)) = x * (exp(x*A(x)) - 1) * A(x)^2.

This page as a plain text file.
%I A356788 #12 Aug 28 2022 04:24:32
%S A356788 1,0,2,3,88,485,13896,158767,4919664,90698841,3130084360,81025744811,
%T A356788 3144372342552,104942286748741,4582896912897408,186591555463556895,
%U A356788 9135453970592830816,437146665470130792497,23852990622867670807704,1307029600226135900982835
%N A356788 E.g.f. satisfies log(A(x)) = x * (exp(x*A(x)) - 1) * A(x)^2.
%F A356788 a(n) = n! * Sum_{k=0..floor(n/2)} (n+k+1)^(k-1) * Stirling2(n-k,k)/(n-k)!.
%o A356788 (PARI) a(n) = n!*sum(k=0, n\2, (n+k+1)^(k-1)*stirling(n-k, k, 2)/(n-k)!);
%Y A356788 Cf. A349560, A356785, A356789.
%Y A356788 Cf. A355762.
%K A356788 nonn
%O A356788 0,3
%A A356788 _Seiichi Manyama_, Aug 27 2022