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 A284092 #15 Mar 20 2017 10:50:11 %S A284092 1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,1,2,2,1,0,0,0,1,2,3,3,2,1,0,0,1,3,5,5, %T A284092 3,1,0,0,2,5,7,7,5,2,0,1,3,7,11,11,7,3,1,1,5,11,15,15,11,5,1,2,7,15, %U A284092 22,22,15,7,2,3,11,22,30,30,22,11,4,5,15,30,42,42 %N A284092 Number of partitions of n into distinct parts 8k+1 or 8k+7. %C A284092 Convolution of A284093 and A284095. %H A284092 Vaclav Kotesovec, <a href="/A284092/b284092.txt">Table of n, a(n) for n = 0..20000</a> %F A284092 G.f.: Product_{k>0} (1 + x^(8*k - 1)) * (1 + x^(8*k - 7)). %F A284092 a(n) ~ exp(sqrt(n/3)*Pi/2) / (4*3^(1/4)*n^(3/4)) * (1 + (11*Pi/(192*sqrt(3)) - 3*sqrt(3)/(4*Pi))/sqrt(n)). - _Vaclav Kotesovec_, Mar 20 2017 %t A284092 CoefficientList[Series[Product[(1 + x^(8*k - 1)) * (1 + x^(8*k - 7)) , {k, 1, 81}], {x, 0, 81}], x] (* _Indranil Ghosh_, Mar 20 2017 *) %o A284092 (PARI) Vec(prod(k=1, 81, (1 + x^(8*k - 1)) * (1 + x^(8*k - 7))) + O(x^82)) \\ _Indranil Ghosh_, Mar 20 2017 %Y A284092 Cf. A035453, A284093, A284095. %Y A284092 Cf. Product_{k>0} (1 + x^(m*k - 1)) * (1 + x^(m*k - m + 1)): A003105 (m=3), A000700 (m=4), A203776 (m=5), A098884 (m=6), A281459 (m=7), this sequence (m=8). %K A284092 nonn %O A284092 0,17 %A A284092 _Seiichi Manyama_, Mar 20 2017