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.

A067329 Triangle of coefficients of polynomials used for g.f.s of columns of A067304.

This page as a plain text file.
%I A067329 #8 Feb 10 2014 01:20:17
%S A067329 1,3,1,3,10,3,3,10,12,3,21,70,93,60,12,48,160,219,165,72,12,507,1690,
%T A067329 2343,1872,996,336,48,1461,4870,6798,5595,3252,1380,384,48,17841,
%U A067329 59470,83361,69828,42636,20256,7248,1728
%N A067329 Triangle of coefficients of polynomials used for g.f.s of columns of A067304.
%C A067329 The row polynomials p(n,y) := sum(a(n,m)y^m,m=0..n), n>=1, appear in the g.f.s for the n-th column of triangle A067304.
%F A067329 a(n, m)=[y^m](p(n, y)), n>=m>=1, a(0, 0)=1, else 0, where p(k, y) is, for k>=1, defined by the g.f. of the k-th column of triangle A067304(n, k).
%e A067329 {1}; {3,1}; {3,10,3}; {3,3,10,12}; ...
%K A067329 nonn,tabl
%O A067329 0,2
%A A067329 _Wolfdieter Lang_, Feb 05 2002