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 A363779 #16 Jun 22 2023 07:20:55 %S A363779 1,1,0,1,-1,0,1,-2,1,0,1,-3,3,-1,0,1,-4,6,-4,1,0,1,-5,10,-10,5,-1,0,1, %T A363779 -6,15,-20,15,-6,1,0,1,-7,21,-35,35,-21,7,-1,0,1,-8,28,-56,70,-56,28, %U A363779 -8,0,0,1,-9,36,-84,126,-126,84,-36,7,1,0,1,-10,45,-120,210,-252,210,-120,42,-4,-2,0 %N A363779 Square array T(n,k), n >= 0, k >= 0, read by antidiagonals, where column k is the expansion of 1/(Sum_{j>=0} x^(j^3))^k. %F A363779 T(0,k) = 1; T(n,k) = -(k/n) * Sum_{j=1..n} A363783(j) * T(n-j,k). %e A363779 Square array begins: %e A363779 1, 1, 1, 1, 1, 1, 1, ... %e A363779 0, -1, -2, -3, -4, -5, -6, ... %e A363779 0, 1, 3, 6, 10, 15, 21, ... %e A363779 0, -1, -4, -10, -20, -35, -56, ... %e A363779 0, 1, 5, 15, 35, 70, 126, ... %e A363779 0, -1, -6, -21, -56, -126, -252, ... %e A363779 0, 1, 7, 28, 84, 210, 462, ... %Y A363779 Columns k=0..3 give A000007, A323633, A363776, A363777. %Y A363779 Main diagonal gives A363781. %Y A363779 Cf. A290054, A363778, A363783. %K A363779 sign,tabl %O A363779 0,8 %A A363779 _Seiichi Manyama_, Jun 21 2023