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.

A159608 G.f. satisfies: A(x) = 1 + x*d/dx log(1 + x*A(x)^3).

This page as a plain text file.
%I A159608 #5 Aug 24 2017 09:19:21
%S A159608 1,1,5,46,597,9791,191876,4348394,111561125,3192096511,100729014305,
%T A159608 3474750994936,130094553648612,5254546985647116,227771218849108212,
%U A159608 10548385893161367506,519835256567911242341,27164324421130818956039
%N A159608 G.f. satisfies: A(x) = 1 + x*d/dx log(1 + x*A(x)^3).
%H A159608 Vaclav Kotesovec, <a href="/A159608/b159608.txt">Table of n, a(n) for n = 0..300</a>
%F A159608 G.f. satisfies: A(x) = 1 + x*(2 - A(x))*A(x)^3 + 3*x^2*A'(x)*A(x)^2.
%F A159608 a(n) ~ c * 3^n * n! * n^(1/3), where c = 0.242604467523310747298... - _Vaclav Kotesovec_, Aug 24 2017
%e A159608 G.f.: A(x) = 1 + x + 5*x^2 + 46*x^3 + 597*x^4 + 9791*x^5 +...
%e A159608 A(x)^3 = 1 + 3*x + 18*x^2 + 169*x^3 + 2157*x^4 + 34548*x^5 +...
%e A159608 log(1+x*A(x)^3) = x + 5*x^2/2 + 46*x^3/3 + 597*x^4/4 + 9791*x^5/5 +...
%o A159608 (PARI) {a(n)=local(A=1+x);for(i=1,n,A=1+x*deriv(log(1+x*Ser(A)^3)+x*O(x^n)));polcoeff(A,n)}
%Y A159608 Cf. variants: A159606, A159607.
%K A159608 nonn
%O A159608 0,3
%A A159608 _Paul D. Hanna_, May 16 2009