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.

A292577 Square array A(n,k), n >= 0, k >= 0, read by antidiagonals, where column k is the expansion of g.f. Product_{i>0} 1/(1 + Sum_{j=1..k} (-1)^j*j*x^(j*i))^2.

This page as a plain text file.
%I A292577 #49 Oct 08 2017 17:38:30
%S A292577 1,1,0,1,2,0,1,2,5,0,1,2,1,10,0,1,2,1,-2,20,0,1,2,1,4,-4,36,0,1,2,1,4,
%T A292577 14,4,65,0,1,2,1,4,6,16,13,110,0,1,2,1,4,6,-8,10,6,185,0,1,2,1,4,6,2,
%U A292577 -6,42,-23,300,0,1,2,1,4,6,2,24,18,109,-44,481,0,1
%N A292577 Square array A(n,k), n >= 0, k >= 0, read by antidiagonals, where column k is the expansion of g.f. Product_{i>0} 1/(1 + Sum_{j=1..k} (-1)^j*j*x^(j*i))^2.
%H A292577 Seiichi Manyama, <a href="/A292577/b292577.txt">Antidiagonals n = 0..139, flattened</a>
%e A292577 Square array begins:
%e A292577    1,  1,  1,  1,  1, ...
%e A292577    0,  2,  2,  2,  2, ...
%e A292577    0,  5,  1,  1,  1, ...
%e A292577    0, 10, -2,  4,  4, ...
%e A292577    0, 20,  4, 14,  6, ...
%e A292577    0, 36, 13, 16, -8, ...
%Y A292577 Columns k=0..1 give A000007, A000712.
%Y A292577 Rows n=0 gives A000012.
%Y A292577 Main diagonal gives A293387.
%Y A292577 Product_{i>0} 1/(1 + Sum_{j=1..k} (-1)^j*j*x^(j*i))^m: this sequence (m=-2), A293307 (m=-1), A293305 (m=1), A293388 (m=2).
%K A292577 sign,tabl
%O A292577 0,5
%A A292577 _Seiichi Manyama_, Oct 07 2017