login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023004 Number of partitions of n into parts of 5 kinds. 1
1, 5, 20, 65, 190, 506, 1265, 2990, 6765, 14725, 31027, 63505, 126730, 247170, 472295, 885723, 1633000, 2963840, 5302075, 9358470, 16313440, 28107365, 47902010, 80803485, 134992865, 223474667, 366772720, 597049255, 964375855, 1546208695 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

a(n) is Euler transform of A010716. [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 17 2008]

LINKS

Index entries for expansions of Product_{k >= 1} (1-x^k)^m

N. J. A. Sloane, Transforms [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 17 2008]

FORMULA

G.f.: Product_{m>=1} 1/(1-x^m)^5.

MAPLE

with (numtheory): a:=proc(n) option remember; `if`(n=0, 1, add (add (d*5, d=divisors(j)) *a(n-j), j=1..n)/n) end: seq (a(n), n=0..40); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 17 2008]

PROG

(PARI) \ps100 for(n=0, 100, print1((polcoeff(1/eta(x)^5, n, x)), ", "))

CROSSREFS

Cf. 5th column of A144064. [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Oct 17 2008]

Sequence in context: A100534 A160506 A160528 * A001873 A120297 A032286

Adjacent sequences:  A023001 A023002 A023003 * A023005 A023006 A023007

KEYWORD

nonn

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 20:24 EST 2012. Contains 205852 sequences.