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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023021 Number of partitions of n into parts of 23 kinds. 4
1, 23, 299, 2852, 22126, 147407, 871838, 4680845, 23177583, 107100903, 466066181, 1923780950, 7576060505, 28601630657, 103928814438, 364712523658, 1239637963457, 4091266414235, 13139808783725, 41145568478988 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

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

Convolved with A000041 = A006922 [From Gary W. Adamson (qntmpkt(AT)yahoo.com), Jun 09 2009]

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)^23.

MAPLE

with (numtheory): a:= proc(n) option remember; `if`(n=0, 1, add (add (d*23, 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]

CROSSREFS

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

A006922, A000041 [From Gary W. Adamson (qntmpkt(AT)yahoo.com), Jun 09 2009]

Sequence in context: A125435 A086943 A131273 * A022651 A077504 A086558

Adjacent sequences:  A023018 A023019 A023020 * A023022 A023023 A023024

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 13 11:38 EST 2012. Contains 205467 sequences.