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.
%I A334947 #20 Nov 22 2020 12:17:28 %S A334947 1,1,1,1,1,1,1,1,2,1,0,1,2,1,0,1,2,1,0,1,2,1,0,1,2,1,0,1,2,1,0,1,2,1, %T A334947 0,3,1,2,0,1,0,0,1,2,3,1,0,0,1,2,0,1,0,3,1,2,0,1,0,0,1,2,3,1,0,0,1,2, %U A334947 0,1,0,3,1,2,0,1,0,0,1,2,3,1,0,0,1,2,0,1,0,3,1,2,0,4,1,0,0,0,1,2,3,0,1,0,0,0 %N A334947 Irregular triangle read by rows: T(n,k) is the number of parts in the partition of n into k consecutive parts that differ by 6, n >= 1, k >= 1, and the first element of column k is in the row that is the k-th octagonal number (A000567). %C A334947 Since the trivial partition n is counted, so T(n,1) = 1. %C A334947 This is an irregular triangle read by rows: T(n,k), n >= 1, k >= 1, in which column k lists k's interleaved with k-1 zeros, and the first element of column k is in the row that is the k-th octagonal number. %C A334947 This triangle can be represented with a diagram of overlapping curves, in which every column of triangle is represented by a periodic curve. %C A334947 For a general theorem about the triangles of this family see A285914. %F A334947 T(n,k) = k*A334946(n,k). %e A334947 Triangle begins (rows 1..24). %e A334947 1; %e A334947 1; %e A334947 1; %e A334947 1; %e A334947 1; %e A334947 1; %e A334947 1; %e A334947 1, 2; %e A334947 1, 0; %e A334947 1, 2; %e A334947 1, 0; %e A334947 1, 2; %e A334947 1, 0; %e A334947 1, 2; %e A334947 1, 0; %e A334947 1, 2; %e A334947 1, 0; %e A334947 1, 2; %e A334947 1, 0; %e A334947 1, 2; %e A334947 1, 0, 3; %e A334947 1, 2, 0; %e A334947 1, 0, 0; %e A334947 1, 2, 3; %e A334947 ... %e A334947 For n = 24 there are three partitions of 24 into consecutive parts that differ by 6, including 24 as a valid partition. They are [24], [15, 9] and [14, 8, 2]. There are 1, 2 and 3 parts respectively, so the 24th row of this triangle is [1, 2, 3]. %Y A334947 Row sums give A334949. %Y A334947 Triangles of the same family where the parts differ by d are A127093 (d=0), A285914 (d=1), A330466 (d=2), A330888 (d=3), A334462 (d=4), A334540 (d=5), this sequence (d=6). %Y A334947 Cf. A000567, A334946, A334948, A334953. %K A334947 nonn,tabf %O A334947 1,9 %A A334947 _Omar E. Pol_, May 27 2020