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!)
A363599 Number of partitions of n into distinct parts where there are k^2-1 kinds of part k. 1
1, 0, 3, 8, 18, 48, 109, 264, 594, 1360, 2988, 6552, 14115, 30048, 63288, 131800, 271953, 555792, 1126583, 2264472, 4518051, 8948544, 17603781, 34405272, 66828247, 129040704, 247765665, 473160696, 898924929, 1699331808, 3197083220, 5987288352, 11162934948 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: Product_{k>=1} (1+x^k)^(k^2-1).
a(0) = 1; a(n) = (-1/n) * Sum_{k=1..n} ( Sum_{d|k} (-1)^(k/d) * d * (d^2-1) ) * a(n-k).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(prod(k=1, N, (1+x^k)^(k^2-1)))
CROSSREFS
Cf. A363601.
Sequence in context: A066143 A110045 A108931 * A307397 A032100 A340729
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jun 10 2023
EXTENSIONS
Name suggested by Joerg Arndt, Jun 11 2023
STATUS
approved

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 July 19 14:41 EDT 2024. Contains 374410 sequences. (Running on oeis4.)