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!)
A098535 Expansion of (1+x)^(1/3)/(1+x-9*x^4)^(1/3). 2
1, 0, 0, 0, 3, -3, 3, -3, 21, -39, 57, -75, 219, -489, 885, -1407, 3000, -6609, 13179, -23655, 46353, -96960, 198534, -381504, 742638, -1504011, 3071973, -6096117, 12008415, -24042522, 48733248, -97896198, 195048966, -390235269 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Binomial transform is A098536.
LINKS
MATHEMATICA
CoefficientList[Series[(1+x)^(1/3)/(1+x-9*x^4)^(1/3), {x, 0, 50}], x] (* G. C. Greubel, Jan 17 2018 *)
PROG
(PARI) x='x+O('x^30); Vec((1+x)^(1/3)/(1+x-9*x^4)^(1/3)) \\ G. C. Greubel, Jan 17 2018
(Magma) Q:=Rationals(); R<x>:=PowerSeriesRing(Q, 30); Coefficients(R!((1+x)^(1/3)/(1+x-9*x^4)^(1/3))); // G. C. Greubel, Jan 17 2018
CROSSREFS
Sequence in context: A095987 A278667 A232984 * A069239 A321080 A357261
KEYWORD
easy,sign
AUTHOR
Paul Barry, Sep 13 2004
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 4 18:21 EDT 2024. Contains 372257 sequences. (Running on oeis4.)