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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Numerators of n!/A008544(n) are A127975.
The sequence is related to the triple factorial numbers, A008544. - Roger L. Bagula, Dec 20 2008
LINKS
FORMULA
a(n) = denominator(n!/A008544(n))
a(n) = denominator(n!/(product_{k=0..n-1} (2+3*k))).
a(n) = -3^(floor(n/3) + floor(n/9) + floor(n/27))*Product_{k=0..n} (3*k - 1)/n!. - Roger L. Bagula, Dec 20 2008
MATHEMATICA
Table[ -3^(Floor[n/3] + Floor[n/9] + Floor[n/27])*Product[3*k - 1, {k, 0, n}]/n!, {n, 0, 50}] (* Roger L. Bagula, Dec 20 2008 *)
Numerator[CoefficientList[Series[(1 - x)^(-2/3), {x, 0, 50}], x]] (* G. C. Greubel, May 07 2018 *)
CROSSREFS
Sequence in context: A120031 A110066 A155176 * A012801 A183910 A162035
KEYWORD
easy,nonn,frac
AUTHOR
Paul Barry, Feb 09 2007
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 19 02:04 EDT 2024. Contains 371782 sequences. (Running on oeis4.)