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.

A330891 Triangle read by rows: cumulative sums of the rows of A049430.

This page as a plain text file.
%I A330891 #19 Sep 09 2023 18:02:19
%S A330891 1,0,1,0,1,2,0,1,5,7,0,1,12,23,26,0,1,35,112,147,153,0,1,108,607,1019,
%T A330891 1123,1134,0,1,369,3811,8699,10708,11027,11050,0,1,1285,25413,82535,
%U A330891 119120,127989,128940,128987,0,1,4655,178083,846042,1493722,1725296
%N A330891 Triangle read by rows: cumulative sums of the rows of A049430.
%C A330891 T(n,k) is also the number of n-celled polyominoes made up of k-dimensional cubes, counted up to rotation, reflection, and translation.
%H A330891 Code Golf Stack Exchange, <a href="https://codegolf.stackexchange.com/q/204187/53884">Counting hypercube Tetris pieces</a>
%F A330891 T(n,k) = Sum_{i=0..k} A049430(n,i).
%e A330891 Table begins:
%e A330891 n/k| 0 1    2     3     4      5      6      7      8
%e A330891 ---+-------------------------------------------------
%e A330891   1| 1
%e A330891   2| 0 1
%e A330891   3| 0 1    2
%e A330891   4| 0 1    5     7
%e A330891   5| 0 1   12    23    26
%e A330891   6| 0 1   35   112   147    153
%e A330891   7| 0 1  108   607  1019   1123   1134
%e A330891   8| 0 1  369  3811  8699  10708  11027  11050
%e A330891   9| 0 1 1285 25413 82535 119120 127989 128940 128987
%Y A330891 Cf. A049429, A049430.
%Y A330891 Columns 2-4: A000105, A038119, A068870.
%Y A330891 Main diagonal is A005519.
%K A330891 nonn,hard,tabl
%O A330891 1,6
%A A330891 _Peter Kagey_, Apr 30 2020