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!)
A098538 Expansion of 1/((1-x)^3 - 18*x^4)^(1/3). 2
1, 1, 1, 1, 7, 25, 61, 121, 283, 841, 2521, 6769, 17119, 44665, 123685, 347497, 954787, 2578297, 7001617, 19307089, 53601175, 148305817, 408681997, 1127558041, 3124344427, 8681565865, 24127128841, 67020060721, 186282015823 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Binomial transform of A098537.
LINKS
MATHEMATICA
CoefficientList[Series[1/((1-x)^3-18*x^4)^(1/3), {x, 0, 50}], x] (* G. C. Greubel, Jan 17 2018 *)
PROG
(PARI) x='x+O('x^30); Vec(1/((1-x)^3-18*x^4)^(1/3)) \\ G. C. Greubel, Jan 17 2018
(Magma) Q:=Rationals(); R<x>:=PowerSeriesRing(Q, 30); Coefficients(R!(1/((1-x)^3-18*x^4)^(1/3))); // G. C. Greubel, Jan 17 2018
CROSSREFS
Cf. A098536.
Sequence in context: A212136 A213392 A061600 * A033814 A321165 A344560
KEYWORD
easy,nonn
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 April 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)