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.

A122899 Triangle with row sums counting directed animals.

This page as a plain text file.
%I A122899 #5 Mar 31 2012 13:47:33
%S A122899 1,1,1,0,4,1,0,3,9,1,0,0,18,16,1,0,0,10,60,25,1,0,0,0,80,150,36,1,0,0,
%T A122899 0,35,350,315,49,1,0,0,0,0,350,1120,588,64,1,0,0,0,0,126,1890,2940,
%U A122899 1008
%N A122899 Triangle with row sums counting directed animals.
%C A122899 Row sums are A005773(n+1). Product of A007318 and A122899 is A103371.
%F A122899 Number triangle T(n,k)=sum{j=0..n, (-1)^(n-j)C(n,j)C(j+1,k+1)C(j,k)}
%F A122899 T(n,k) = C(n,k)*C(k+1,n-k). The columns of this triangle (ignoring leading zeros) give the rows of A123160. - _Peter Bala_, Jan 24 2008
%e A122899 Triangle begins
%e A122899 1,
%e A122899 1, 1,
%e A122899 0, 4, 1,
%e A122899 0, 3, 9, 1,
%e A122899 0, 0, 18, 16, 1,
%e A122899 0, 0, 10, 60, 25, 1,
%e A122899 0, 0, 0, 80, 150, 36, 1,
%e A122899 0, 0, 0, 35, 350, 315, 49, 1,
%e A122899 0, 0, 0, 0, 350, 1120, 588, 64, 1,
%e A122899 0, 0, 0, 0, 126, 1890, 2940, 1008, 81, 1,
%e A122899 0, 0, 0, 0, 0, 1512, 7350, 6720, 1620, 100, 1
%Y A122899 Cf. A123160.
%K A122899 easy,nonn,tabl
%O A122899 0,5
%A A122899 _Paul Barry_, Sep 18 2006