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.

A371329 E.g.f. satisfies A(x) = (exp(x/(1 - A(x))) - 1)/(1 - A(x)).

This page as a plain text file.
%I A371329 #15 Sep 08 2024 13:48:40
%S A371329 0,1,5,58,1099,28966,978669,40349478,1964141687,110251617526,
%T A371329 7010830858753,498111156585670,39106669556183475,3362091299430435846,
%U A371329 314139422902048625717,31696638229827506705254,3434797595698979061279727,397852853779288923308578966
%N A371329 E.g.f. satisfies A(x) = (exp(x/(1 - A(x))) - 1)/(1 - A(x)).
%H A371329 <a href="/index/Res#revert">Index entries for reversions of series</a>
%F A371329 a(n) = Sum_{k=1..n} (n+2*k-2)!/(n+k-1)! * Stirling2(n,k).
%F A371329 E.g.f.: Series_Reversion( (1 - x) * log(1 + x * (1 - x)) ). - _Seiichi Manyama_, Sep 08 2024
%o A371329 (PARI) a(n) = sum(k=1, n, (n+2*k-2)!/(n+k-1)!*stirling(n, k, 2));
%Y A371329 Cf. A052892, A371330.
%Y A371329 Cf. A052886, A376036, A376037.
%K A371329 nonn
%O A371329 0,3
%A A371329 _Seiichi Manyama_, Mar 19 2024