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.

A235670 Square array read by antidiagonals upwards in which the n-th column gives the partial sums of the n-th column of A211970.

This page as a plain text file.
%I A235670 #15 Jan 18 2014 16:22:44
%S A235670 1,2,1,4,2,1,8,4,2,1,14,7,3,2,1,24,12,5,3,2,1,40,19,8,4,3,2,1,64,30,
%T A235670 12,6,4,3,2,1,100,45,17,9,5,4,3,2,1,154,67,24,13,7,5,4,3,2,1,232,97,
%U A235670 34,17,10,8,6,5,4,3,2,1,344,139,47,22,14,8,6,5,4,3,2,1
%N A235670 Square array read by antidiagonals upwards in which the n-th column gives the partial sums of the n-th column of A211970.
%C A235670 The column 0 is related to A008794 in the same way as the column k is related to the generalized (k+4)-gonal numbers, for k >= 1. For more information see A195152 and A211970.
%F A235670 T(n,k) = Sum_{j=0..n} A211970(j,k), (n>=0, k>=0).
%e A235670 Array begins:
%e A235670 1,     1,   1,   1,   1,   1,  1,  1,  1,  1,  1,...
%e A235670 2,     2,   2,   2,   2,   2,  2,  2,  2,  2,  2,...
%e A235670 4,     4,   3,   3,   3,   3,  3,  3,  3,  3,  3,...
%e A235670 8,     7,   5,   4,   4,   4,  4,  4,  4,  4,  4,...
%e A235670 14,   12,   8,   6,   5,   5,  5,  5,  5,  5,  5,...
%e A235670 24,   19,  12,   9,   7,   6,  6,  6,  6,  6,  6,...
%e A235670 40,   30,  17,  13,  10,   8,  7,  7,  7,  7,  7,...
%e A235670 64,   45,  24,  17,  14,  11,  9,  8,  8,  8,  8,...
%e A235670 100,  67,  34,  22,  18,  15, 12, 10,  9,  9,  9,...
%e A235670 154,  97,  47,  29,  22,  19, 16, 13, 11, 10, 10,...
%e A235670 232, 139,  63,  39,  27,  23, 20, 17, 14, 12, 11,...
%e A235670 344, 195,  84,  51,  34,  27, 24, 21, 18, 15, 13,...
%e A235670 504, 272, 112,  65,  44,  32, 28, 25, 22, 19, 16,...
%e A235670 728, 383, 147,  81,  56,  39, 32, 29, 26, 23, 20,...
%e A235670 ...
%Y A235670 Column 1 is A015128, the partial sums of A211971.
%Y A235670 Column 2 is A000070, the partial sums of A000041.
%Y A235670 Column 3 is A233969, the partial sums of A006950.
%Y A235670 Cf. A000217, A001318, A008794, A085787, A057077, A195152, A211970.
%K A235670 nonn,tabl
%O A235670 0,2
%A A235670 _Omar E. Pol_, Jan 13 2014