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.

A136535 A128064 * A001263.

This page as a plain text file.
%I A136535 #14 Oct 11 2021 04:19:38
%S A136535 1,1,2,1,7,3,1,15,21,4,1,26,76,46,5,1,40,200,250,85,6,1,57,435,925,
%T A136535 645,141,7,1,77,833,2695,3185,1421,217,8,1,100,1456,6664,11956,9016,
%U A136535 2800,316,9,1,126,2376,14616,37044,42336,22176,5076,441,10
%N A136535 A128064 * A001263.
%C A136535 Row sums give A076540.
%e A136535 First few rows of the triangle are:
%e A136535 1;
%e A136535 1, 2;
%e A136535 1, 7, 3;
%e A136535 1, 15, 21, 4;
%e A136535 1, 26, 76, 46, 5;
%e A136535 1, 40, 200, 250, 85, 6;
%e A136535 1, 57, 435, 925, 645, 141, 7;
%e A136535 ...
%o A136535 (PARI) T4(n,k) = sum(j=k, n, binomial(n,j)*binomial(j,k)*(-1)^(j-k)*(j+1));
%o A136535 T3(n,k) = binomial(n, k)*binomial(n-1, k-1) - binomial(n, k-1)*binomial(n-1, k);
%o A136535 N=10; matrix(N, N, n, k, T4(n-1,k-1))*matrix(N, N,n,k,T3(n,k)) \\ _Michel Marcus_, Oct 11 2021
%Y A136535 Cf. A001263, A128064, A076540.
%K A136535 nonn,tabl
%O A136535 1,3
%A A136535 _Gary W. Adamson_, Jan 04 2008
%E A136535 a(18) corrected by _Georg Fischer_, Oct 10 2021