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.

A152205 Triangle read by rows, A000012 * A152204.

This page as a plain text file.
%I A152205 #7 Jun 05 2021 06:48:53
%S A152205 1,4,9,1,16,4,25,9,1,36,16,4,49,25,9,1,64,36,16,4,81,49,25,9,1,100,64,
%T A152205 36,16,4,121,81,49,25,9,1,144,100,64,36,16,4,169,121,81,49,25,9,1
%N A152205 Triangle read by rows, A000012 * A152204.
%C A152205 Row sums = A000292, the tetrahedral numbers.
%C A152205 From _Gary W. Adamson_, Feb 14 2010: (Start)
%C A152205 Let the triangle = M. Then lim_{n->inf} M^n = A173277 as a left-shifted vector: (1, 4, 13, 32, 74, 152, 298, ...) = A(x), where A(x) satisfies A000290 = A(x)/A(x^2), A000290 = integer squares.
%C A152205 M * [1, 2, 3, ...] = A001752: (1, 4, 11, 24, 46, 80, 130, ...).
%C A152205 M * [1, 3, 6, 10, ...] = A028346: (1, 4, 12, 28, 58, 108, ...). (End)
%F A152205 A000012 * A152204 = partial sums of A152204 by columns.
%e A152205 First few rows of the triangle:
%e A152205     1;
%e A152205     4;
%e A152205     9,   1;
%e A152205    16,   4;
%e A152205    25,   9,   1;
%e A152205    36,  16,   4;
%e A152205    49,  25,   9,   1;
%e A152205    64,  36,  16,   4;
%e A152205    81,  49,  25,   9,   1;
%e A152205   100,  64,  36,  16,   4;
%e A152205   121,  81,  49,  25,   9,   1;
%e A152205   144, 100,  64,  36,  16,   4;
%e A152205   169, 121,  81,  49,  25,   9,   1;
%e A152205   ...
%Y A152205 Cf. A152204, A000292.
%Y A152205 Cf. A173277, A001752, A028346. - _Gary W. Adamson_, Feb 14 2010
%K A152205 nonn,tabf
%O A152205 1,2
%A A152205 _Gary W. Adamson_, Nov 29 2008