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!)
A305655 a(n) = [x^n] exp(Sum_{k>=1} (-1)^(k+1)*x^k*(1 + x^k)/(k*(1 - x^k)^n)). 1
1, 1, 3, 13, 54, 290, 1674, 10857, 76398, 580230, 4706734, 40598349, 370694845, 3569027696, 36100349833, 382360758863, 4228730647420, 48716663849192, 583403253712747, 7248883337962522, 93291181556742684, 1241632098163126324, 17064777292709034968, 241874821482784132204 (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)^(2*binomial(n+k-2,n-1)-binomial(n+k-3,n-2)).
MATHEMATICA
Table[SeriesCoefficient[Exp[Sum[(-1)^(k + 1) x^k (1 + x^k)/(k (1 - x^k)^n), {k, 1, n}]], {x, 0, n}], {n, 0, 23}]
Table[SeriesCoefficient[Product[(1 + x^k)^(2 Binomial[n + k - 2, n - 1] - Binomial[n + k - 3, n - 2]), {k, 1, n}], {x, 0, n}], {n, 0, 23}]
CROSSREFS
Sequence in context: A037779 A323264 A362495 * A354505 A308349 A367153
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jun 07 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 25 09:35 EDT 2024. Contains 371967 sequences. (Running on oeis4.)