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!)
A304625 a(n) = [x^n] Product_{k>=1} ((1 - x^(n*k))/(1 - x^k))^n. 3
1, 0, 3, 19, 101, 501, 2486, 12398, 62329, 315436, 1605330, 8207552, 42124368, 216903051, 1119974861, 5796944342, 30068145889, 156250892593, 813310723907, 4239676354631, 22130265931880, 115654632452514, 605081974091853, 3168828466966365, 16610409114771876, 87141919856550506 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Number of partitions of n into 2 or more parts of n kinds. - Ilya Gutkovskiy, May 16 2018
LINKS
FORMULA
a(n) ~ c * d^n / sqrt(n), where d = A270915 = 5.3527013334866426877724... and c = 0.268015212710733315686... - Vaclav Kotesovec, May 16 2018
MATHEMATICA
Table[SeriesCoefficient[Product[((1 - x^(n k))/(1 - x^k))^n, {k, 1, n}], {x, 0, n}], {n, 0, 25}]
Table[SeriesCoefficient[Product[1/(1 - x^k)^n, {k, 1, n - 1}], {x, 0, n}], {n, 0, 25}]
CROSSREFS
Sequence in context: A198763 A047029 A095120 * A151539 A305555 A323919
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 15 2018
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 May 12 02:10 EDT 2024. Contains 372431 sequences. (Running on oeis4.)