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!)
A344101 Expansion of Product_{k>=1} (1 + x^k)^binomial(k+5,6). 2
1, 1, 7, 35, 133, 511, 1869, 6797, 24095, 83938, 286734, 964348, 3196984, 10460310, 33813984, 108076908, 341821250, 1070484009, 3321584021, 10217036263, 31169524988, 94351439060, 283498600776, 845848778722, 2506779443603, 7381617323598, 21603241378334, 62853440151768 (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)^7) ).
MATHEMATICA
nmax = 27; CoefficientList[Series[Product[(1 + x^k)^Binomial[k + 5, 6], {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 + 5, 6], {d, Divisors[k]}] a[n - k], {k, 1, n}]]; Table[a[n], {n, 0, 27}]
CROSSREFS
Sequence in context: A327243 A059595 A327385 * A001941 A320050 A160460
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)