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.

A096799 Triangle, read by rows, where T(n,k) = (k/n)*Sum_{d|n} A096800(d,k).

This page as a plain text file.
%I A096799 #3 Mar 30 2012 18:36:41
%S A096799 1,1,1,1,0,1,1,1,0,1,1,-2,3,0,1,1,1,-2,4,0,1,1,-8,12,-4,5,0,1,1,23,
%T A096799 -51,25,-5,6,0,1,1,-164,361,-192,50,-6,7,0,1,1,1255,-2856,1630,-484,
%U A096799 87,-7,8,0,1,1,-12108,27795,-16292,5065,-1026,140,-8,9,0,1,1,136061,-315068,188665,-60125,12604,-1925,212,-9,10,0,1
%N A096799 Triangle, read by rows, where T(n,k) = (k/n)*Sum_{d|n} A096800(d,k).
%C A096799 Triangle A096800 lists row polynomials P_n(y), that satisfy the g.f.: A096651(x,y) = Product_{n>=1} 1/(1-x^n)^[P_n(y)/n], with P_n(0)=0 for n>=1; the row sums of A096651^n form the n-dimensional partitions.
%e A096799 Rows begin:
%e A096799 [1],
%e A096799 [1,1],
%e A096799 [1,0,1],
%e A096799 [1,1,0,1],
%e A096799 [1,-2,3,0,1],
%e A096799 [1,1,-2,4,0,1],
%e A096799 [1,-8,12,-4,5,0,1],
%e A096799 [1,23,-51,25,-5,6,0,1],
%e A096799 [1,-164,361,-192,50,-6,7,0,1],
%e A096799 [1,1255,-2856,1630,-484,87,-7,8,0,1],
%e A096799 [1,-12108,27795,-16292,5065,-1026,140,-8,9,0,1],
%e A096799 [1,136061,-315068,188665,-60125,12604,-1925,212,-9,10,0,1],
%e A096799 [1,-1756686,4093515,-2490800,809665,-173358,27146,-3312,306,-10,11,0,1],...
%Y A096799 Cf. A096651, A096800.
%K A096799 sign,tabl
%O A096799 1,12
%A A096799 _Paul D. Hanna_, Jul 13 2004