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!)
A341222 Expansion of (-1 + Product_{k>=1} 1 / (1 - x^k))^4. 11
1, 8, 36, 124, 362, 944, 2266, 5100, 10903, 22340, 44168, 84692, 158137, 288452, 515344, 903740, 1558465, 2646820, 4432964, 7329916, 11977507, 19358524, 30970444, 49077936, 77081679, 120054268, 185514428, 284540060, 433360308, 655622392, 985604644, 1472751228 (list; graph; refs; listen; history; text; internal format)
OFFSET
4,2
LINKS
FORMULA
a(n) ~ A023003(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, 4):
seq(a(n), n=4..35); # Alois P. Heinz, Feb 07 2021
MATHEMATICA
nmax = 35; CoefficientList[Series[(-1 + Product[1/(1 - x^k), {k, 1, nmax}])^4, {x, 0, nmax}], x] // Drop[#, 4] &
CROSSREFS
Column k=4 of A060642.
Sequence in context: A144901 A054470 A347751 * A213581 A276279 A210379
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 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)