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.

A361092 E.g.f. satisfies A(x) = exp( x/(1 - x/A(x)^3) ).

This page as a plain text file.
%I A361092 #13 Mar 14 2023 13:43:38
%S A361092 1,1,3,-5,-107,1041,20701,-440033,-8464455,343190593,5639857561,
%T A361092 -423764450889,-4968055259771,754544622295153,3846355902999429,
%U A361092 -1818148417882379729,6637679490204153841,5658469355898945338625,-84578525845602646639823
%N A361092 E.g.f. satisfies A(x) = exp( x/(1 - x/A(x)^3) ).
%H A361092 Winston de Greef, <a href="/A361092/b361092.txt">Table of n, a(n) for n = 0..368</a>
%F A361092 a(n) = n! * Sum_{k=0..n} (-3*n+3*k+1)^(k-1) * binomial(n-1,n-k)/k!.
%o A361092 (PARI) a(n) = n!*sum(k=0, n, (-3*n+3*k+1)^(k-1)*binomial(n-1, n-k)/k!);
%Y A361092 Cf. A161630, A212722, A212917, A361090, A361091.
%Y A361092 Cf. A361069, A361097.
%K A361092 sign
%O A361092 0,3
%A A361092 _Seiichi Manyama_, Mar 01 2023