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.

A346562 Irregular triangle read by rows in which row n lists the first n - 2 terms of A000005 together with the sum of A000005(n-1) and A000005(n), with a(1) = 1.

This page as a plain text file.
%I A346562 #12 Jul 27 2021 01:40:15
%S A346562 1,3,1,4,1,2,5,1,2,2,5,1,2,2,3,6,1,2,2,3,2,6,1,2,2,3,2,4,6,1,2,2,3,2,
%T A346562 4,2,7,1,2,2,3,2,4,2,4,7,1,2,2,3,2,4,2,4,3,6,1,2,2,3,2,4,2,4,3,4,8,1,
%U A346562 2,2,3,2,4,2,4,3,4,2,8,1,2,2,3,2,4,2,4,3,4,2,6,6
%N A346562 Irregular triangle read by rows in which row n lists the first n - 2 terms of A000005 together with the sum of A000005(n-1) and A000005(n), with a(1) = 1.
%C A346562 T(n,k) is the total number of divisors related to the terraces that are in the k-th level that contains terraces starting from the base of the symmetric tower described in A221529.
%e A346562 Triangle begins:
%e A346562 1;
%e A346562 3;
%e A346562 1, 4;
%e A346562 1, 2, 5;
%e A346562 1, 2, 2, 5;
%e A346562 1, 2, 2, 3, 6;
%e A346562 1, 2, 2, 3, 2, 6;
%e A346562 1, 2, 2, 3, 2, 4, 6;
%e A346562 1, 2, 2, 3, 2, 4, 2, 7;
%e A346562 1, 2, 2, 3, 2, 4, 2, 4, 7;
%e A346562 1, 2, 2, 3, 2, 4, 2, 4, 3, 6;
%e A346562 1, 2, 2, 3, 2, 4, 2, 4, 3, 4, 8;
%e A346562 1, 2, 2, 3, 2, 4, 2, 4, 3, 4, 2, 8;
%e A346562 1, 2, 2, 3, 2, 4, 2, 4, 3, 4, 2, 6, 6;
%e A346562 ...
%Y A346562 The length of row n is A028310(n-1).
%Y A346562 Row sums give A006218, n >= 1.
%Y A346562 Leading diagonal gives A092405.
%Y A346562 Other diagonals give A000005.
%Y A346562 Column 1 gives the absolute values of A260196.
%Y A346562 Companion of A346533.
%Y A346562 Cf. A221529, A237270, A237593, A336811, A338156, A340035.
%K A346562 nonn,tabf
%O A346562 1,2
%A A346562 _Omar E. Pol_, Jul 23 2021