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.

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

This page as a plain text file.
%I A356972 #21 Sep 08 2022 10:43:56
%S A356972 1,1,8,128,3139,104382,4393590,224045271,13428576766,925335827928,
%T A356972 72082558060889,6264277731652096,600873473776204782,
%U A356972 63059026039778220285,7187299097301622432156,884141943373486896560252,116756337165196381259759707,16474480747756013055963484442
%N A356972 E.g.f. satisfies log(A(x)) = (exp(x * A(x)^2) - 1) * A(x).
%H A356972 Seiichi Manyama, <a href="/A356972/b356972.txt">Table of n, a(n) for n = 0..329</a>
%F A356972 a(n) = Sum_{k=0..n} (2*n+k+1)^(k-1) * Stirling2(n,k).
%o A356972 (PARI) a(n) = sum(k=0, n, (2*n+k+1)^(k-1)*stirling(n, k, 2));
%Y A356972 Cf. A052880, A349557, A356973.
%Y A356972 Cf. A216135, A349601, A356914.
%K A356972 nonn
%O A356972 0,3
%A A356972 _Seiichi Manyama_, Sep 07 2022