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 A284502 #15 Jan 18 2023 02:20:14 %S A284502 1,0,0,0,-1,0,0,0,0,0,0,-1,0,0,0,1,0,0,-1,0,0,0,1,0,0,-1,0,0,0,2,0,0, %T A284502 -1,-1,0,0,2,0,0,-1,-1,0,0,3,0,0,-1,-2,0,0,3,0,0,-1,-3,0,0,4,1,0,-1, %U A284502 -4,0,0,4,1,0,-1,-5,0,0,5,2,0,-1,-7,0,0,5,3,0,-1,-8 %N A284502 Expansion of Product_{k>=0} (1 - x^(7*k+4)) in powers of x. %H A284502 Seiichi Manyama, <a href="/A284502/b284502.txt">Table of n, a(n) for n = 0..10000</a> %F A284502 a(n) = -(1/n) * Sum_{k=1..n} A284445(k) * a(n-k), a(0) = 1. %t A284502 CoefficientList[Series[Product[1 - x^(7k + 4), {k, 0, 100}], {x, 0, 100}], x] (* _Indranil Ghosh_, Mar 28 2017 *) %o A284502 (PARI) Vec(prod(k=0, 100, 1 - x^(7*k + 4)) + O(x^101)) \\ _Indranil Ghosh_, Mar 28 2017 %Y A284502 Cf. Product_{k>=0} (1 - x^(7*k+m)): A284499 (m=1), A284500 (m=2), A284501 (m=3), this sequence (m=4), A284503 (m=5), A284504 (m=6). %Y A284502 Cf. A281456. %K A284502 sign,look %O A284502 0,30 %A A284502 _Seiichi Manyama_, Mar 28 2017