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!)
A194197 Number of partitions of 60n into parts <= 6. 1

%I #28 Aug 12 2018 19:14:06

%S 1,19858,436140,2897747,11402579,33377536,80758518,171070425,

%T 328507157,585011614,981355696,1568220303,2407275335,3572259692,

%U 5150061274,7241796981,9963892713,13449163370,17847892852,23328914059,30080688891,38312388248,48254972030,60162269137

%N Number of partitions of 60n into parts <= 6.

%C Number of partitions of 60n+k, 0<=k<60 into parts <=6 is a polynomial of degree 5 by variable n.

%H <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6,-15,20,-15,6,-1).

%F a(n) = 1 +(167*n +2325*n^2 +15400*n^3 +47250*n^4 +54000*n^5)/6.

%F a(n) = A001402(60*n).

%F G.f.: (3331*x^5+161052*x^4+578757*x^3+317007*x^2+19852*x+1)/(x-1)^6. [_Colin Barker_, Jan 31 2013]

%t Table[1 + (167n + 2325n^2 + 15400n^3 + 47250n^4 + 54000n^5)/6, {n, 0, 25}]

%t LinearRecurrence[{6,-15,20,-15,6,-1},{1,19858,436140,2897747,11402579,33377536},30] (* _Harvey P. Dale_, Aug 12 2018 *)

%Y Cf. A001402.

%K nonn,easy

%O 0,2

%A _Adi Dani_, Aug 21 2011

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 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)