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!)
A344100 Expansion of Product_{k>=1} (1 + x^k)^binomial(k+4,5). 2
1, 1, 6, 27, 92, 323, 1070, 3527, 11314, 35708, 110478, 336629, 1011097, 2997233, 8778761, 25424358, 72867447, 206804742, 581573340, 1621407554, 4483701126, 12303384015, 33514076529, 90656680725, 243603875523, 650444927010, 1726229294595, 4554686670838, 11950683658941 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: exp( Sum_{k>=1} (-1)^(k+1) * x^k / (k*(1 - x^k)^6) ).
MATHEMATICA
nmax = 28; CoefficientList[Series[Product[(1 + x^k)^Binomial[k + 4, 5], {k, 1, nmax}], {x, 0, nmax}], x]
a[n_] := a[n] = If[n == 0, 1, (1/n) Sum[Sum[(-1)^(k/d + 1) d Binomial[d + 4, 5], {d, Divisors[k]}] a[n - k], {k, 1, n}]]; Table[a[n], {n, 0, 28}]
CROSSREFS
Sequence in context: A121596 A264026 A341385 * A136747 A278357 A001940
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 09 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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)