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!)
A341225 Expansion of (-1 + Product_{k>=1} 1 / (1 - x^k))^6. 11
1, 12, 78, 370, 1437, 4848, 14719, 41148, 107610, 266296, 628941, 1427118, 3127369, 6646440, 13746081, 27744926, 54782271, 106029918, 201512970, 376630680, 693161334, 1257641676, 2251764699, 3982196910, 6961522279, 12038699766, 20607718317, 34938910360 (list; graph; refs; listen; history; text; internal format)
OFFSET
6,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, 6):
seq(a(n), n=6..33); # Alois P. Heinz, Feb 07 2021
MATHEMATICA
nmax = 33; CoefficientList[Series[(-1 + Product[1/(1 - x^k), {k, 1, nmax}])^6, {x, 0, nmax}], x] // Drop[#, 6] &
CROSSREFS
Column k=6 of A060642.
Sequence in context: A001288 A290894 A121665 * A124863 A022577 A321949
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 19 16:08 EDT 2024. Contains 371794 sequences. (Running on oeis4.)