login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A127974
Numerators in expansion of (1-x)^(-2/3).
2
1, 2, 5, 40, 110, 308, 2618, 7480, 21505, 559130, 1621477, 4717024, 41273960, 120646960, 353323240, 3109244512, 9133405754, 26862958100, 711868389650, 2098138411600, 6189508314220, 54821359354520, 161972198092900
OFFSET
0,2
COMMENTS
Numerators of n!/A008544(n) are A127975.
LINKS
FORMULA
a(n) = denominator(n!/A008544(n)).
a(n) = denominator(n!/(Product_{k=0..n-1} (2+3*k))).
Conjecture: a(n-1) = the numerator of (1/(2*sqrt(3)*Pi)) * Integral_{x >= 0} 1/(1 + x^3)^n. - Peter Bala, Jun 11 2024
MATHEMATICA
Numerator[CoefficientList[Series[(1 - x)^(-2/3), {x, 0, 50}], x]] (* G. C. Greubel, May 07 2018 *)
CROSSREFS
KEYWORD
easy,nonn,frac
AUTHOR
Paul Barry, Feb 09 2007
STATUS
approved