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!)
A305206 a(n) = [x^n] exp(Sum_{k>=1} (-1)^(k+1)*x^k/(k*(1 - x^k)^n)). 8
1, 1, 2, 9, 36, 190, 1070, 6797, 46942, 350901, 2806187, 23894662, 215598410, 2053090936, 20557071012, 215697357449, 2364810631734, 27023086395647, 321160376470277, 3962047673946906, 50648323260067319, 669819485900273336, 9150740338219903590, 128965789655207156299 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
N. J. A. Sloane, Transforms
FORMULA
a(n) = [x^n] Product_{k>=1} (1 + x^k)^binomial(n+k-2,n-1).
MATHEMATICA
Table[SeriesCoefficient[Exp[Sum[(-1)^(k + 1) x^k/(k (1 - x^k)^n), {k, 1, n}]], {x, 0, n}], {n, 0, 23}]
Table[SeriesCoefficient[Product[(1 + x^k)^Binomial[n + k - 2, n - 1], {k, 1, n}], {x, 0, n}], {n, 0, 23}]
CROSSREFS
Sequence in context: A150981 A150982 A003161 * A101610 A111601 A328268
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 27 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 May 8 09:02 EDT 2024. Contains 372332 sequences. (Running on oeis4.)