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.

A132110 A007318 + A059268 - A000012 as infinite lower triangular matrices.

This page as a plain text file.
%I A132110 #4 Mar 05 2022 00:56:46
%S A132110 1,1,2,1,3,4,1,4,6,8,1,5,9,11,16,1,6,13,17,20,32,1,7,18,27,30,37,64,1,
%T A132110 8,24,42,50,52,70,128,1,9,31,63,85,87,91,135,256,1,10,39,91,141,157,
%U A132110 147,163,264,512
%N A132110 A007318 + A059268 - A000012 as infinite lower triangular matrices.
%C A132110 Row sums = A079583: (1, 3, 8, 19, 42, 89, 184, ...).
%e A132110 First few rows of the triangle:
%e A132110   1;
%e A132110   1, 2;
%e A132110   1, 3,  4;
%e A132110   1, 4,  6,  8;
%e A132110   1, 5,  9, 11, 16;
%e A132110   1, 6, 13, 17, 20, 32;
%e A132110   1, 7, 18, 27, 30, 37, 64;
%e A132110   1, 8, 24, 42, 50, 52, 70, 128;
%e A132110   ...
%Y A132110 Cf. A007318, A059268, A000012, A079583.
%K A132110 nonn,tabl
%O A132110 0,3
%A A132110 _Gary W. Adamson_, Aug 09 2007