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.

A284321 Expansion of Product_{k>=0} (1 - x^(5*k+1))*(1 - x^(5*k+4)) in powers of x.

This page as a plain text file.
%I A284321 #30 May 06 2017 15:21:11
%S A284321 1,-1,0,0,-1,1,-1,1,0,-1,2,-2,1,1,-2,3,-3,2,0,-3,5,-5,3,1,-5,7,-7,4,1,
%T A284321 -7,11,-11,6,2,-10,15,-15,9,2,-14,22,-22,12,4,-20,30,-29,17,4,-27,42,
%U A284321 -41,23,7,-37,55,-54,31,8,-49,76,-74,41,12,-66,99,-96,55,14
%N A284321 Expansion of Product_{k>=0} (1 - x^(5*k+1))*(1 - x^(5*k+4)) in powers of x.
%H A284321 Seiichi Manyama, <a href="/A284321/b284321.txt">Table of n, a(n) for n = 0..10000</a>
%F A284321 a(n) = -(1/n)*Sum_{k=1..n} A284150(k)*a(n-k), a(0) = 1.
%t A284321 CoefficientList[Series[Product[(1 - x^(5k + 1)) ( 1 - x^(5k + 4)), {k, 0, 100}], {x, 0, 100}],x] (* _Indranil Ghosh_, Mar 25 2017 *)
%o A284321 (PARI) Vec(prod(k=0, 100, (1 - x^(5*k + 1)) * (1 - x^(5*k + 4))) + O(x^101)) \\ _Indranil Ghosh_, Mar 25 2017
%Y A284321 Cf. A003114, A284150, A284322, A284314, A284317.
%Y A284321 Cf. Product_{k>=0} (1 - x^(m*k+1))*(1 - x^(m*k+m-1)): A137569 (m=3), A081362 (m=4), this sequence (m=5), A109389 (m=6).
%K A284321 sign
%O A284321 0,11
%A A284321 _Seiichi Manyama_, Mar 25 2017