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 A296047 #4 Dec 04 2017 09:18:26 %S A296047 1,1,-1,1,1,0,0,-2,5,0,-2,0,3,5,-11,5,6,9,-17,-2,23,-3,-11,-25,62,-11, %T A296047 -27,-27,76,20,-104,10,77,101,-243,58,118,147,-353,-25,378,48,-372, %U A296047 -298,892,-165,-444,-621,1524,-128,-1055,-559,1869,575,-2682,84,2054,1979,-5325,844,2947 %N A296047 Expansion of Product_{k>=1} ((1 + x^(2*k-1))/(1 + x^(2*k)))^k. %F A296047 G.f.: Product_{k>=1} ((1 + x^(2*k-1))/(1 + x^(2*k)))^k. %t A296047 nmax = 60; CoefficientList[Series[Product[((1 + x^(2 k - 1))/(1 + x^(2 k)))^k, {k, 1, nmax}], {x, 0, nmax}], x] %Y A296047 Cf. A029838, A029839, A029840, A029841, A029842, A029843, A029844, A029845, A295831, A295832, A296046. %K A296047 sign %O A296047 0,8 %A A296047 _Ilya Gutkovskiy_, Dec 03 2017