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.

A029205 Expansion of 1/((1-x^2)*(1-x^5)*(1-x^8)*(1-x^10)).

This page as a plain text file.
%I A029205 #11 Mar 15 2020 21:18:36
%S A029205 1,0,1,0,1,1,1,1,2,1,4,1,4,2,4,4,5,4,7,4,10,5,10,7,11,10,13,10,16,11,
%T A029205 20,13,21,16,23,20,26,21,30,23,36,26,38,30,41,36,45,38,51,41,59,45,62,
%U A029205 51,66,59,72,62,80,66,90,72
%N A029205 Expansion of 1/((1-x^2)*(1-x^5)*(1-x^8)*(1-x^10)).
%C A029205 Number of partitions of n into parts 2, 5, 8, and 10. - _Joerg Arndt_, Jun 02 2014
%H A029205 Vincenzo Librandi, <a href="/A029205/b029205.txt">Table of n, a(n) for n = 0..1000</a>
%H A029205 <a href="/index/Rec#order_25">Index entries for linear recurrences with constant coefficients</a>, signature (0,1,0,0,1,0,-1,1,0,0,0,-1,-1,0,0,0,1,-1,0,1,0,0,1,0,-1).
%t A029205 CoefficientList[Series[1/((1 - x^2) (1 - x^5) (1 - x^8) (1 - x^10)), {x, 0, 100}], x] (* _Vincenzo Librandi_, Jun 02 2014 *)
%o A029205 (PARI) Vec(1/((1-x^2)*(1-x^5)*(1-x^8)*(1-x^10)) + O(x^80)) \\ _Jinyuan Wang_, Mar 15 2020
%K A029205 nonn,easy
%O A029205 0,9
%A A029205 _N. J. A. Sloane_