|
Search: id:A001304
|
|
|
| A001304 |
|
Expansion of 1/((1-x)^2*(1-x^2)*(1-x^5)). |
|
+0 3
|
|
| 1, 2, 4, 6, 9, 13, 18, 24, 31, 39, 49, 60, 73, 87, 103, 121, 141, 163, 187, 213, 242, 273, 307, 343, 382, 424, 469, 517, 568, 622, 680, 741, 806, 874, 946, 1022, 1102, 1186, 1274, 1366, 1463, 1564, 1670, 1780, 1895
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
Ways of making change for n cents using coins of 1, 2 and 5 cents, if two different kinds of 1-cent coin are counted as different. - Matthew Vandermast (ghodges14(AT)comcast.net), Feb 27 2003
|
|
REFERENCES
|
L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 113, Example (2), D(n; 1,2,4,10).
|
|
LINKS
|
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 198
|
|
MAPLE
|
1/(1-x)^2/(1-x^2)/(1-x^5)
a:= proc(n) local m, r; m := iquo (n, 10, 'r'); r:= r+1; (53+ (135+ 100*m) *m) *m/6+ [1, 2, 4, 6, 9, 13, 18, 24, 31, 39][r]+ [0, 5, 11, 18, 26, 35, 45, 56, 68, 81][r]*m+ (r-1)*5 *m^2 end: seq (a(n), n=0..100); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 05 2008]
|
|
CROSSREFS
|
First differences are in A000115.
Sequence in context: A006697 A079717 A114830 this_sequence A000064 A001305 A088575
Adjacent sequences: A001301 A001302 A001303 this_sequence A001305 A001306 A001307
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
Search completed in 0.002 seconds
|