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.

A162747 A factorial-Pascal matrix.

This page as a plain text file.
%I A162747 #2 Mar 30 2012 18:59:25
%S A162747 1,1,1,1,3,1,1,6,6,1,1,10,20,10,1,1,15,50,50,15,1,1,21,105,176,105,21,
%T A162747 1,1,28,196,497,497,196,28,1,1,36,336,1204,1830,1204,336,36,1,1,45,
%U A162747 540,2604,5634,5634,2604,540,45,1,1,55,825,5160,15150,21642,15150,5160,825
%N A162747 A factorial-Pascal matrix.
%C A162747 Row sums are A162748.
%F A162747 Number triangle T(n,k)=sum{j=0..n, C(n,j)*C(n-j,2(k-j))*if(j<=k,(k-j)!,0)}.
%F A162747 G.f.: 1/(1-x-xy-x^2*y/(1-x-xy-x^2*y/(1-x-xy-2x^2*y/(1-x-xy-2x^2*y/(1-x-xy-3x^2*y/(1-... (continued fraction). [From _Paul Barry_, Apr 12 2010]
%e A162747 Triangle begins
%e A162747 1,
%e A162747 1, 1,
%e A162747 1, 3, 1,
%e A162747 1, 6, 6, 1,
%e A162747 1, 10, 20, 10, 1,
%e A162747 1, 15, 50, 50, 15, 1,
%e A162747 1, 21, 105, 176, 105, 21, 1,
%e A162747 1, 28, 196, 497, 497, 196, 28, 1,
%e A162747 1, 36, 336, 1204, 1830, 1204, 336, 36, 1,
%e A162747 1, 45, 540, 2604, 5634, 5634, 2604, 540, 45, 1,
%e A162747 1, 55, 825, 5160, 15150, 21642, 15150, 5160, 825, 55, 1
%K A162747 easy,nonn,tabl
%O A162747 0,5
%A A162747 _Paul Barry_, Jul 12 2009