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 A372520 #12 May 05 2024 10:41:57 %S A372520 0,1,10,-25,1000,-18125,131250,11609375,-630156250,4314062500, %T A372520 1173535156250,-38006699218750,-4262573730468750,321379049072265625, %U A372520 20787043081054687500,-3209395283374023437500,-116229452332824707031250,39638105812041778564453125 %N A372520 G.f. A(x) satisfies A(A(A(A(A(x))))) = Sum_{k>=1} k * 25^(k-1) * x^k. %F A372520 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 * ( 25^(n-m) * binomial(n+m-1,2*m-1) - 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 A372520 Cf. A309509, A372492, A372499, A372522. %Y A372520 Cf. A141120. %K A372520 sign %O A372520 0,3 %A A372520 _Seiichi Manyama_, May 04 2024