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!)
A305255 a(n) = [x^n] exp(Sum_{k>=1} (-1)^k*x^k/(k*(1 - x^k)^n)). 0
1, -1, -1, -4, -3, 14, 240, 1686, 9479, 36761, 3412, -1951731, -27296124, -268495319, -2093667873, -11586874946, -3788945531, 1127535019748, 21900095232973, 297591401221473, 3270627818325128, 28116733997044842, 129815302615081267, -1568168714539146596, -59839621829784309343 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
N. J. A. Sloane, Transforms
FORMULA
a(n) = [x^n] Product_{k>=1} 1/(1 + x^k)^binomial(n+k-2,n-1).
MATHEMATICA
Table[SeriesCoefficient[Exp[Sum[(-1)^k x^k/(k (1 - x^k)^n), {k, 1, n}]], {x, 0, n}], {n, 0, 24}]
Table[SeriesCoefficient[Product[1/(1 + x^k)^Binomial[n + k - 2, n - 1], {k, 1, n}], {x, 0, n}], {n, 0, 24}]
CROSSREFS
Sequence in context: A197883 A222195 A292413 * A358281 A095332 A195586
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, May 28 2018
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 24 07:35 EDT 2024. Contains 371922 sequences. (Running on oeis4.)