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.

A357089 E.g.f. satisfies A(x) * log(A(x)) = (exp(x*A(x)) - 1)^3 / 6.

This page as a plain text file.
%I A357089 #8 Sep 11 2022 10:07:18
%S A357089 1,0,0,1,6,25,140,1561,19586,228425,2870160,44172601,780614846,
%T A357089 14499946825,284310704860,6089231941521,142225796401786,
%U A357089 3537029819020905,92766573133851240,2577870903366020521,75999605064376599606,2362944241092314079145
%N A357089 E.g.f. satisfies A(x) * log(A(x)) = (exp(x*A(x)) - 1)^3 / 6.
%F A357089 a(n) = Sum_{k=0..floor(n/3)} (3*k)! * (n-k+1)^(k-1) * Stirling2(n,3*k)/(6^k * k!).
%o A357089 (PARI) a(n) = sum(k=0, n\3, (3*k)!*(n-k+1)^(k-1)*stirling(n, 3*k, 2)/(6^k*k!));
%Y A357089 Cf. A349588, A357088.
%K A357089 nonn
%O A357089 0,5
%A A357089 _Seiichi Manyama_, Sep 11 2022