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!)
A341228 Expansion of (-1 + Product_{k>=1} 1 / (1 - x^k))^9. 11
1, 18, 171, 1149, 6147, 27891, 111567, 403722, 1345896, 4189334, 12300174, 34337403, 91721385, 235645425, 584759880, 1406588073, 3289489002, 7498465029, 16697615817, 36391839264, 77758115283, 163123713621, 336420277812, 682877289213, 1365674365197, 2693384989056 (list; graph; refs; listen; history; text; internal format)
OFFSET
9,2
LINKS
MAPLE
b:= proc(n, k) option remember; `if`(k<2, `if`(n=0, 1-k, combinat[
numbpart](n)), (q-> add(b(j, q)*b(n-j, k-q), j=0..n))(iquo(k, 2)))
end:
a:= n-> b(n, 9):
seq(a(n), n=9..34); # Alois P. Heinz, Feb 07 2021
MATHEMATICA
nmax = 34; CoefficientList[Series[(-1 + Product[1/(1 - x^k), {k, 1, nmax}])^9, {x, 0, nmax}], x] // Drop[#, 9] &
CROSSREFS
Column k=9 of A060642.
Sequence in context: A162638 A010970 A126920 * A022583 A321951 A227023
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 07 2021
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 April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)