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.

A179494 E.g.f. A(x) = G(x)/x where G(x) is the e.g.f. of A179493.

This page as a plain text file.
%I A179494 #2 Mar 30 2012 18:37:22
%S A179494 1,1,4,27,284,4110,77424,1818474,51692080,1738555344,67979689200,
%T A179494 3047234077800,154810558674144,8829473686348848,560819284547110848,
%U A179494 39398646866759606160,3043158904460954177280,257091879144869492997120
%N A179494 E.g.f. A(x) = G(x)/x where G(x) is the e.g.f. of A179493.
%F A179494 Let G(x) denote the e.g.f. of A179493, then G(x) satisfies:
%F A179494 . L(x) = G(x)/(x*G'(x)) * L(G(x)) where L(x) = x + x*G(x); see A179493 for more formulas.
%F A179494 Let R = the Riordan array (A(x), x*A(x)), then the e.g.f. of column k in the matrix log of R equals (k+1)*(x + x^2*A(x)).
%e A179494 E.g.f.: A(x) = 1 + x + 4*x^2/2! + 27*x^3/3! + 284*x^4/4! +...
%e A179494 x + x^2*A(x) = x + 2*x^2/2! + 6*x^3/3! + 48*x^4/4! + 540*x^5/5! +...
%o A179494 (PARI) {a(n)=local(A=[1,1]);for(i=2,n, A=concat(A,0);G=x*Ser(A);A[ #A]=polcoeff(1+subst(G,x,G)+O(x^#A)-(1+G)*deriv(G)*x^2/G^2,#A-1)/(#A-2));if(n<0,0,n!*A[n+1])}
%Y A179494 Cf. A179493, A179421.
%K A179494 nonn
%O A179494 0,3
%A A179494 _Paul D. Hanna_, Jul 23 2010