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 A316701 #16 Oct 16 2020 11:22:50 %S A316701 1,2,13,157,2819,67621,2036230,73907639,3142556933,153268340377, %T A316701 8436526507286,517427997295353,34994424316034815,2587503674068863681, %U A316701 207665084850599068022,17979537469340405579571,1670426465731302891946025,165771247503060676475253809,17501167047878021578046031334,1958599892703021903310163005669 %N A316701 E.g.f. A(x) satisfies: A(x) = Sum_{n>=0} x^n/n! * Product_{k=1..n} (n+1-k) + k*A(x). %C A316701 More generally, we have the following identity. Given the biexponential series %C A316701 W(x,y) = Sum_{n>=0} 1/n! * Product_{k=1..n} (n+1-k)*x + k*y, %C A316701 then for fixed p and q, %C A316701 Sum_{n>=0} 1/n! * Product_{k=1..n} (n+1-k + p)*x + (k + q)*y = W(x,y)^(p+q+1) / ( (1 + x*W(x,y))^q * (1 + y*W(x,y))^p ). %C A316701 Further, W(x,y) satisfies the biexponential functional equation %C A316701 ( W(x,y)/(1 + x*W(x,y)) )^x = ( W(x,y)/(1 + y*W(x,y)) )^y. %H A316701 Vaclav Kotesovec, <a href="/A316701/b316701.txt">Table of n, a(n) for n = 0..300</a> (terms 0..70 from Paul D. Hanna) %F A316701 E.g.f. A(x) = Sum_{n>=0} a(n)*x^n/n! satisfies: %F A316701 (1) A(x) = Sum_{n>=0} x^n/n! * Product_{k=1..n} (n+1-k) + k*A(x). %F A316701 (2) Sum_{n>=0} x^n/n! * Product_{k=1..n} (n+1-k + p) + (k + q)*A(x) = A(x)^(p+q+1) / ( (1 + x*A(x))^q * (1 + x*A(x)^2)^p ), for fixed p and q. %F A316701 (3) A(x)/(1 + x*A(x)) = ( A(x)/(1 + x*A(x)^2) )^A(x). %F A316701 a(n) ~ sqrt(((-1 + s) * s^3 * (1 + r*s) * (1 + r*s^2) * (1 + s + r*s^2)) / (-1 - (1 + 2*r)*s - 4*r*s^2 + (4 - 5*r)*r*s^3 + 7*r^2*s^4 + r^2*(1 + 2*r)*s^5 + 2*r^3*s^6 + r^4*s^7)) * n^(n-1) / (exp(n) * r^(n - 1/2)), where r = 0.15709770426545411244999697565973251074761653302546043128667... and s = 2.3042217766396380492962218073654169636152676607799337588129... are roots of the system of equations (s/(1 + r*s^2))^s = s/(1 + r*s), -1 + s - r*s^3 - r^2*s^4 + s*(1 + r*s)*(1 + r*s^2) * log(s/(1 + r*s^2)) = 0. - _Vaclav Kotesovec_, Oct 13 2020 %e A316701 E.g.f.: A(x) = 1 + 2*x + 13*x^2/2! + 157*x^3/3! + 2819*x^4/4! + 67621*x^5/5! + 2036230*x^6/6! + 73907639*x^7/7! + 3142556933*x^8/8! + 153268340377*x^9/9! + ... %e A316701 such that A = A(x) satisfies %e A316701 A(x) = 1 + (1 + A)*x + (2 + A)*(1 + 2*A)*x^2/2! + (3 + A)*(2 + 2*A)*(1 + 3*A)*x^3/3! + (4 + A)*(3 + 2*A)*(2 + 3*A)*(1 + 4*A)*x^4/4! + (5 + A)*(4 + 2*A)*(3 + 3*A)*(2 + 4*A)*(1 + 5*A)*x^5/5! + ... %e A316701 Also, %e A316701 A(x)^2/(1 + x*A(x)) = 1 + (1 + 2*A)*x + (2 + 2*A)*(1 + 3*A)*x^2/2! + (3 + 2*A)*(2 + 3*A)*(1 + 4*A)*x^3/3! + (4 + 2*A)*(3 + 3*A)*(2 + 4*A)*(1 + 5*A)*x^4/4! + (5 + 2*A)*(4 + 3*A)*(3 + 4*A)*(2 + 5*A)*(1 + 6*A)*x^5/5! + ... %e A316701 And, %e A316701 A(x)^3/((1 + x*A(x))*(1 + x*A(x)^2)) = 1 + (2 + 2*A)*x + (3 + 2*A)*(2 + 3*A)*x^2/2! + (4 + 2*A)*(3 + 3*A)*(2 + 4*A)*x^3/3! + (5 + 2*A)*(4 + 3*A)*(3 + 4*A)*(2 + 5*A)*x^4/4! + (6 + 2*A)*(5 + 3*A)*(4 + 4*A)*(3 + 5*A)*(2 + 6*A)*x^5/5! + ... %e A316701 RELATED SERIES. %e A316701 A(x)/(1 + x*A(x)) = 1 + x + 7*x^2/2! + 85*x^3/3! + 1527*x^4/4! + 36621*x^5/5! + 1102348*x^6/6! + 39996727*x^7/7! + 1700108469*x^8/8! + ... %e A316701 A(x)/(1 + x*A(x)^2) = 1 + x + 3*x^2/3! + 22*x^3/3! + 299*x^4/4! + 6086*x^5/5! + 164782*x^6/6! + 5553185*x^7/7! + 223540669*x^8/8! + ... %e A316701 where ( A(x)/(1 + x*A(x)^2) )^A(x) = A(x)/(1 + x*A(x)). %e A316701 Let G(x) = A(x/G(x)) and A(x) = G(x*A(x)), where G(x) begins %e A316701 G(x) = 1 + 2*x + 5*x^2/2! + 19*x^3/3! + 87*x^4/4! + 481*x^5/5! + 3058*x^6/6! + 22317*x^7/7! + 183501*x^8/8! + ... + A316700(n)*x^n/n! + ... %e A316701 then G(x)/(1 + x) = ( G(x)/(1 + x*G(x)) )^G(x) %e A316701 and G(x) = x/Series_Reversion( x*A(x) ). %t A316701 nmax = 25; aa = ConstantArray[0, nmax]; aa[[1]] = 2; Do[y = 1 + 2*x + Sum[aa[[k]]*x^k, {k, 2, j - 1}] + koef*x^j; sol = Solve[SeriesCoefficient[(1 + x*y)*(y/(1 + x*y^2))^y - y, {x, 0, j + 1}] == 0, koef][[1]]; aa[[j]] = koef /. sol[[1]], {j, 2, nmax}]; Flatten[{1, aa}] * Range[0, nmax]! (* _Vaclav Kotesovec_, Oct 16 2020 *) %o A316701 (PARI) /* From Biexponential Series: */ %o A316701 {a(n) = my(A=1); for(i=1,n, A = sum(m=0, n, x^m/m! * prod(k=1, m, m+1-k + k*A +x*O(x^n)))); n!*polcoeff(A, n)} %o A316701 for(n=0, 20, print1(a(n), ", ")) %Y A316701 Cf. A316370, A316700, A316702. %K A316701 nonn %O A316701 0,2 %A A316701 _Paul D. Hanna_, Jul 13 2018