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.

A143557 G.f. satisfies: A(x) = 1 + x*A(x)^4/A(-x)^4.

This page as a plain text file.
%I A143557 #6 Jun 04 2012 13:10:32
%S A143557 1,1,8,32,280,1728,16744,117856,1202552,9044352,95203784,745451168,
%T A143557 8011827928,64459117632,703166465320,5769038826208,63639465830712,
%U A143557 529889242505984,5896324892061576,49665617425122592,556508207889107096
%N A143557 G.f. satisfies: A(x) = 1 + x*A(x)^4/A(-x)^4.
%F A143557 G.f. satisfies: A(x) = 1 + x^2/(1 - A(-x)).
%F A143557 G.f. satisfies: A(x) = 1 + x^2 + x*A(x)^4 / A(-x)^3.
%F A143557 G.f. satisfies: (A(x) - 1)^3 = ( 1 - (1+x^2)/A(x) )^4/x = x^3*A(x)^12/A(-x)^12.
%F A143557 G.f.: A(x) = (1+x^2)*G(x) where G(x) = 1 + x*G(x)^4/G(-x)^3 is the g.f. of A143564.
%e A143557 G.f. A(x) = 1 + x + 8*x^2 + 32*x^3 + 280*x^4 + 1728*x^5 + 16744*x^6 +...
%e A143557 A(x)/A(-x) = 1 + 2*x + 2*x^2 + 50*x^3 + 98*x^4 + 2658*x^5 + 6370*x^6 +...
%e A143557 A(x)^3/A(-x)^3 = 1 + 6*x + 18*x^2 + 182*x^3 + 930*x^4 + 10374*x^5 +...
%e A143557 where 1 - (1+x^2)/A(x) = x*A(x)^3/A(-x)^3.
%o A143557 (PARI) {a(n)=local(A=1+x*O(x^n));for(i=0,n,A=1+x*A^4/subst(A^4,x,-x));polcoeff(A,n)}
%Y A143557 Cf. A143564, A143555, A143556, A143558, A143559.
%K A143557 nonn
%O A143557 0,3
%A A143557 _Paul D. Hanna_, Aug 24 2008