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.

A140069 Triangle read by rows, n-th row = (n-1)-th power of the matrix X * [1,0,0,0,...]; where X = an infinite lower triangular bidiagonal matrix with [2,1,2,1,2,1,...] and [1,1,1,...] in the subdiagonal.

This page as a plain text file.
%I A140069 #14 May 26 2025 23:51:11
%S A140069 1,2,1,4,3,1,8,7,5,1,16,15,17,6,1,32,31,49,23,8,1,64,63,129,72,39,9,1,
%T A140069 128,127,321,201,150,48,11,1,256,255,769,522,501,198,70,12,1,512,511,
%U A140069 1793,1291,1524,699,338,82,14,1,1024,1023,4097,3084,4339,2223,1375,420,110,15,1
%N A140069 Triangle read by rows, n-th row = (n-1)-th power of the matrix X * [1,0,0,0,...]; where X = an infinite lower triangular bidiagonal matrix with [2,1,2,1,2,1,...] and [1,1,1,...] in the subdiagonal.
%C A140069 Sum of n-th row terms = A001906(2n). Example: sum of 4th row terms = ( 8 + 7 + 5 + 1) = 21 = A001906(8).
%F A140069 Triangle read by rows, n-th row = (n-1)-th power of the matrix X * [1,0,0,0,...] where X = an infinite lower triangular matrix with [1,2,1,2,1,2,...] in the main diagonal and [1,1,1,...] in the subdiagonal, with rest zeros. Perform X * [1,0,0,0,...], X * result, etc; with the result of each operation generating successive rows of the triangle.
%F A140069 Binomial transform of A135225, as lower triangular matrices: a(n+1,k+1) = Sum_{j=0..n} binomial(n,j)*A135225(j,k). - _Gary W. Adamson_, Mar 01 2012
%e A140069 First few rows of the triangle are:
%e A140069   1;
%e A140069   2, 1;
%e A140069   4, 3, 1;
%e A140069   8, 7, 5, 1;
%e A140069   16, 15, 17, 6, 1;
%e A140069   32, 31, 49, 23, 8, 1;
%e A140069   64, 63, 129, 72, 39, 9, 1;
%e A140069   128, 127, 321, 201, 150, 48, 11, 1;
%e A140069   256, 255, 769, 522, 501, 198, 70, 12, 1;
%e A140069   512, 511, 1793, 1291, 1524, 699, 338, 82, 14, 1;
%e A140069   1024, 1023, 4097, 3084, 4339, 2223, 1375, 420, 110, 15, 1;
%e A140069   ...
%Y A140069 Cf. A140068.
%Y A140069 Cf. A135225.
%K A140069 nonn,tabl
%O A140069 1,2
%A A140069 _Gary W. Adamson_ and _Roger L. Bagula_, May 04 2008