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 A208150 #19 Dec 18 2022 07:05:20 %S A208150 -2,3,0,0,0,0,0,0,-3,0,0,0,0,0,0,-4,3,0,0,0,0,0,0,-3,-3,0,0,0,0,0,-4, %T A208150 2,3,0,0,0,0,0,-3,-9,-3,0,0,0,0,-4,1,5,3,0,0,0,0,1,-15,-9,-3,0,0,0,-4, %U A208150 0,6,5,3,0,0,0,5,-20,-21,-12,-3,0,0,-4,-1,16 %N A208150 Expansion of (1 + 2*Product_{i>=1} (1 + x^(8*i - 1)))/(-1 + Product_{i>=1} (1 - x^(8*i - 1))). %e A208150 -3/x^7 - 2 + 3*x -3*x^8 - 4*x^15 + 3*x^16 - 3*x^23 - 3*x^24 - 4*x^30 + ... %t A208150 Table[SeriesCoefficient[ %t A208150 Series[(1 + 2*Product[1 + x^(8*i - 1), {i, 1, Infinity}])/(-1 + %t A208150 Product[(1 - x^(8*i - 1)), {i, 1, Infinity}]), {x, 0, 100}], %t A208150 n], {n, 0, 100}] %Y A208150 Cf. A207944, A080054, A142724. %K A208150 sign,less %O A208150 0,1 %A A208150 _Roger L. Bagula_, Feb 23 2012