login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A029150 Expansion of 1/((1-x^2)(1-x^3)(1-x^6)(1-x^7)). 2

%I #17 Sep 08 2022 08:44:50

%S 1,0,1,1,1,1,3,2,3,4,4,4,7,6,8,9,10,10,14,13,16,18,19,20,25,24,28,31,

%T 33,34,41,40,45,49,52,54,62,62,68,73,77,80,90,90,98,104,109,113,125,

%U 126,135,143,149,154,168,170,181

%N Expansion of 1/((1-x^2)(1-x^3)(1-x^6)(1-x^7)).

%C Number of partitions of n into parts 2, 3, 6, and 7. - _Joerg Arndt_, Aug 13 2013

%H Vincenzo Librandi, <a href="/A029150/b029150.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_18">Index entries for linear recurrences with constant coefficients</a>, signature (0,1,1,0,-1,1,1,-1,-2,-1,1,1,-1,0,1,1,0,-1).

%t CoefficientList[Series[1/((1 - x^2) (1 - x^3) (1 - x^6) (1 - x^7)), {x, 0, 100}], x] (* _Vincenzo Librandi_, Aug 13 2013 *)

%o (PARI) Vec(1/((1-x^2)*(1-x^3)*(1-x^6)*(1-x^7))+O(x^99)) \\ _Charles R Greathouse IV_, Sep 27 2012

%o (Magma) m:=80; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-x^2)*(1-x^3)*(1-x^6)*(1-x^7)))); // _Vincenzo Librandi_, Aug 13 2013

%K nonn,easy

%O 0,7

%A _N. J. A. Sloane_

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 05:40 EDT 2024. Contains 371918 sequences. (Running on oeis4.)