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!)
A364658 Numerators of coefficients in expansion of (1 + x)^(2/3). 1
1, 2, -1, 4, -7, 14, -91, 208, -494, 10868, -27170, 69160, -535990, 1401820, -3704810, 29638480, -79653415, 215532770, -5280552865, 14452039420, -39743108405, 329300041070, -913059204785, 2540686482880, -21278249294120, 59579098023536, -167279775219928, 12713262916714528 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
(1 + x)^(2/3) = 1 + 2*x/3 - x^2/9 + 4*x^3/81 - 7*x^4/243 + 14*x^5/729 - 91*x^6/6561 + ...
Coefficients are 1, 2/3, -1/9, 4/81, -7/243, 14/729, -91/6561, ...
MATHEMATICA
nmax = 27; CoefficientList[Series[(1 + x)^(2/3), {x, 0, nmax}], x] // Numerator
Table[Binomial[2/3, n], {n, 0, 27}] // Numerator
PROG
(PARI) my(x='x+O('x^30)); apply(numerator, Vec((1 + x)^(2/3))) \\ Michel Marcus, Aug 02 2023
CROSSREFS
Denominators are A067623.
Sequence in context: A326894 A275778 A007839 * A184345 A045625 A294501
KEYWORD
sign,frac
AUTHOR
Ilya Gutkovskiy, Aug 01 2023
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 15:11 EDT 2024. Contains 372340 sequences. (Running on oeis4.)