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 A157312 #3 Mar 30 2012 18:37:16 %S A157312 1,1,1,2,5,18,84,481,3249,25359,224000,2208441,24019991,285633470, %T A157312 3685413373,51271476627,764944009086,12182390286127,206262410584138, %U A157312 3699483818281188,70067511789111404,1397379232420943285 %N A157312 G.f.: A(x) = exp(Sum_{n>=1} A157311(n)*x^n/n) = Product_{n>=1} (1 + A157311(n-1)*x^n). %e A157312 G.f.: A(x) = 1 + x + x^2 + 2*x^3 + 5*x^4 + 18*x^5 + 84*x^6 +... %e A157312 where both the exponential: %e A157312 A(x) = exp(x + x^2/2 + 4*x^3/3 + 13*x^4/4 + 66*x^5/5 + 394*x^6/6 +...) %e A157312 and the product: %e A157312 A(x) = (1 + x)(1 + x^2)(1 + x^3)(1 + 4*x^4)(1 + 13*x^5)(1 + 66*x^6)*... %e A157312 generate A(x) using the same coefficients (after initial term): %e A157312 A157311=[1,1,1,4,13,66,394,2759,22005,198049,1979646,21776107,...]. %Y A157312 Cf. A157311. %K A157312 nonn %O A157312 0,4 %A A157312 _Paul D. Hanna_, Mar 10 2009