Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A000064
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A000064 Partial sums of (unordered) ways of making change for n cents using coins of 1, 2, 5, 10 cents.
(Formerly M1002 N0375)
+0
1
1, 2, 4, 6, 9, 13, 18, 24, 31, 39, 50, 62, 77, 93, 112, 134, 159, 187, 218, 252, 292, 335, 384, 436, 494, 558, 628, 704, 786, 874, 972, 1076, 1190, 1310, 1440, 1580, 1730, 1890, 2060, 2240, 2435, 2640, 2860, 3090, 3335, 3595, 3870, 4160, 4465, 4785, 5126 (list; graph; listen)
OFFSET

0,2

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

J. Riordan, An Introduction to Combinatorial Analysis, Wiley, 1958, p. 152.

LINKS

Christian G. Bower, Table of n, a(n) for n=0..1000

FORMULA

G.f.: 1 / ( 1 - x )^2 ( 1 - x^2 ) ( 1 - x^5 ) ( 1 - x^10 ).

MAPLE

1/(1-x)^2/(1-x^2)/(1-x^5)/(1-x^10)

a:= proc(n) local m, r; m := iquo (n, 10, 'r'); r:= r+1; (55+ (119+ (95+ 25*m) *m) *m) *m/6+ [1, 2, 4, 6, 9, 13, 18, 24, 31, 39][r]+ [0, 26, 61, 99, 146, 202, 267, 341, 424, 516][r]*m/6+ [0, 10, 21, 33, 46, 60, 75, 91, 108, 126][r]*m^2/2+ (5*r-5) *m^3/3 end: seq (a(n), n=0..100); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 05 2008]

PROGRAM

(PARI) a(n)=if(n<0, 0, polcoeff(1/((1-x)^2*(1-x^2)*(1-x^5)*(1-x^10))+x*O(x^n), n))

CROSSREFS

Cf. A000008.

Adjacent sequences: A000061 A000062 A000063 this_sequence A000065 A000066 A000067

Sequence in context: A079717 A114830 A001304 this_sequence A001305 A088575 A026906

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

Corrected and extended by Simon Plouffe (simon.plouffe(AT)gmail.com)

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 3 12:59 EST 2009. Contains 165766 sequences.


AT&T Labs Research