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.
%I A372747 #7 May 12 2024 10:04:16 %S A372747 0,1,1,4,28,270,3185,42830,636250,10765885,227860725,6003043950, %T A372747 152451368175,2205648850800,1614364541325,6690753945813375, %U A372747 787760273195291625,-6787610390670062625,-7103289749314032719250,-59946385622086525694250,117473730537013548978420000 %N A372747 E.g.f. A(x) satisfies A(A(A(A(A(x))))) = (-1/5) * log(1 - 5*x). %F A372747 Define the sequence b(n,m) as follows. If n<m, b(n,m) = 0, else if n=m, b(n,m) = 1, otherwise b(n,m) = 1/5 * ( 5^(n-m) * |Stirling1(n,m)| - Sum_{l=m+1..n-1} (b(n,l) + Sum_{k=l..n} (b(n,k) + Sum_{j=k..n} (b(n,j) + Sum_{i=j..n} b(n,i) * b(i,j)) * b(j,k)) * b(k,l)) * b(l,m) ). a(n) = b(n,1). %Y A372747 Cf. A220112, A372698. %K A372747 sign %O A372747 0,4 %A A372747 _Seiichi Manyama_, May 12 2024