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.

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

This page as a plain text file.
%I A356973 #14 Sep 08 2022 10:39:13
%S A356973 1,1,10,206,6555,283777,15577332,1036984027,81191314678,7311591070938,
%T A356973 744577308572189,84608911909469235,10613728203840498210,
%U A356973 1456899252646375490851,217215453964895439271178,34956361099228031471844962,6039398076840098381458042875
%N A356973 E.g.f. satisfies log(A(x)) = (exp(x * A(x)^3) - 1) * A(x).
%H A356973 Seiichi Manyama, <a href="/A356973/b356973.txt">Table of n, a(n) for n = 0..319</a>
%F A356973 a(n) = Sum_{k=0..n} (3*n+k+1)^(k-1) * Stirling2(n,k).
%o A356973 (PARI) a(n) = sum(k=0, n, (3*n+k+1)^(k-1)*stirling(n, k, 2));
%Y A356973 Cf. A052880, A349557, A356972.
%Y A356973 Cf. A216136, A356960.
%K A356973 nonn
%O A356973 0,3
%A A356973 _Seiichi Manyama_, Sep 07 2022