The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A341221 Expansion of (-1 + Product_{k>=1} 1 / (1 - x^k))^3. 11
1, 6, 21, 59, 144, 321, 669, 1323, 2511, 4604, 8202, 14253, 24241, 40449, 66363, 107234, 170910, 269004, 418566, 644436, 982536, 1484482, 2223942, 3305484, 4876620, 7144455, 10398123, 15039564, 21624678, 30919323, 43973708, 62222844, 87619212, 122810585 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,2
LINKS
FORMULA
a(n) ~ A000716(n). - Vaclav Kotesovec, Feb 20 2021
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, 3):
seq(a(n), n=3..36); # Alois P. Heinz, Feb 07 2021
MATHEMATICA
nmax = 36; CoefficientList[Series[(-1 + Product[1/(1 - x^k), {k, 1, nmax}])^3, {x, 0, nmax}], x] // Drop[#, 3] &
CROSSREFS
Column k=3 of A060642.
Sequence in context: A290891 A047520 A294836 * A143115 A258142 A321257
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 May 12 19:25 EDT 2024. Contains 372494 sequences. (Running on oeis4.)