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.

A330466 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 2, n >= 1, k >= 1, and the first element of column k is in row k^2.

This page as a plain text file.
%I A330466 #29 May 05 2020 05:32:16
%S A330466 1,1,1,1,2,1,0,1,2,1,0,1,2,1,0,3,1,2,0,1,0,0,1,2,3,1,0,0,1,2,0,1,0,3,
%T A330466 1,2,0,4,1,0,0,0,1,2,3,0,1,0,0,0,1,2,0,4,1,0,3,0,1,2,0,0,1,0,0,0,1,2,
%U A330466 3,4,1,0,0,0,5,1,2,0,0,0,1,0,3,0,0,1,2,0,4,0,1,0,0,0,0,1,2,3,0,5,1,0,0,0,0
%N A330466 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 2, n >= 1, k >= 1, and the first element of column k is in row k^2.
%C A330466 Since the trivial partition n is counted, so T(n,1) = 1.
%C A330466 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 row k^2.
%C A330466 Conjecture: row sums give A066839.
%F A330466 T(n,k) = k*A303300(n,k).
%e A330466 Triangle begins (rows 1..25):
%e A330466 1;
%e A330466 1;
%e A330466 1;
%e A330466 1, 2;
%e A330466 1, 0;
%e A330466 1, 2;
%e A330466 1, 0;
%e A330466 1, 2;
%e A330466 1, 0, 3;
%e A330466 1, 2, 0;
%e A330466 1, 0, 0;
%e A330466 1, 2, 3;
%e A330466 1, 0, 0;
%e A330466 1, 2, 0;
%e A330466 1, 0, 3;
%e A330466 1, 2, 0, 4;
%e A330466 1, 0, 0, 0;
%e A330466 1, 2, 3, 0;
%e A330466 1, 0, 0, 0;
%e A330466 1, 2, 0, 4;
%e A330466 1, 0, 3, 0;
%e A330466 1, 2, 0, 0;
%e A330466 1, 0, 0, 0;
%e A330466 1, 2, 3, 4;
%e A330466 1, 0, 0, 0, 5;
%e A330466 ...
%e A330466 For n = 16 there are three partitions of 16 into consecutive parts that differ by 2, including 16 as a partition. They are [16], [9, 7] and [7, 5, 3, 1]. The number of parts of these partitions are 1, 2 and 4 respectively, so the 16th row of the triangle is [1, 2, 0, 4].
%Y A330466 Cf. A000290, A066839, A237048, A303300.
%Y A330466 Other triangles of the same family are A127093 and A285914.
%K A330466 nonn,tabf
%O A330466 1,5
%A A330466 _Omar E. Pol_, Apr 30 2020