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.

A119502 Triangle read by rows, T(n,k) = (n-k)!, for n>=0 and 0<=k<=n.

This page as a plain text file.
%I A119502 #18 Sep 08 2022 08:45:25
%S A119502 1,1,1,2,1,1,6,2,1,1,24,6,2,1,1,120,24,6,2,1,1,720,120,24,6,2,1,1,
%T A119502 5040,720,120,24,6,2,1,1,40320,5040,720,120,24,6,2,1,1,362880,40320,
%U A119502 5040,720,120,24,6,2,1,1,3628800,362880,40320,5040,720,120,24,6,2,1,1,39916800
%N A119502 Triangle read by rows, T(n,k) = (n-k)!, for n>=0 and 0<=k<=n.
%C A119502 The reciprocal of each entry in a lower triangular readout of the exponential of a matrix whose entry {j+1,j} equals one (and all other entries are zero). Note all said entries are unit fractions (all numerators are one).
%C A119502 Denominators of unfinished fractional coefficients for polynomials A152650/A152656 = A009998/A119052. - _Paul Curtz_, Dec 13 2008
%C A119502 Multiplying the n-th diagonal by b_n with b_0 = 1 and then beheading the triangle provides a Gram matrix whose determinant is related to the reciprocal of e.g.f.s as presented in A133314. - _Tom Copeland_, Dec 04 2016
%F A119502 T(n,k) = A025581(n,k)!.
%F A119502 a(n) = Gamma(binomial(1 + floor((1/2) + sqrt(2*(1 + n))), 2) - n).
%e A119502 Triangle starts:
%e A119502    1;
%e A119502    1, 1;
%e A119502    2, 1, 1;
%e A119502    6, 2, 1, 1;
%e A119502   24, 6, 2, 1, 1;
%t A119502 Table[Gamma[Binomial[1 + Floor[(1/2) + Sqrt[2*(1 + n)]], 2] - n], {n, 0, 77}]
%o A119502 (Magma) [[Factorial(n-k): k in [1..n]]: n in [1.. 15]]; // _Vincenzo Librandi_, Jun 18 2015
%Y A119502 Cf. A025581.
%Y A119502 Cf. A133314.
%K A119502 easy,nonn,tabl
%O A119502 0,4
%A A119502 Joseph Biberstine (jrbibers(AT)indiana.edu), May 26 2006
%E A119502 Name edited by _Peter Luschny_, Jun 17 2015