This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A098538 #8 Sep 08 2022 08:45:15 %S A098538 1,1,1,1,7,25,61,121,283,841,2521,6769,17119,44665,123685,347497, %T A098538 954787,2578297,7001617,19307089,53601175,148305817,408681997, %U A098538 1127558041,3124344427,8681565865,24127128841,67020060721,186282015823 %N A098538 Expansion of 1/((1-x)^3 - 18*x^4)^(1/3). %C A098538 Binomial transform of A098537. %H A098538 G. C. Greubel, <a href="/A098538/b098538.txt">Table of n, a(n) for n = 0..1000</a> %t A098538 CoefficientList[Series[1/((1-x)^3-18*x^4)^(1/3), {x,0,50}], x] (* _G. C. Greubel_, Jan 17 2018 *) %o A098538 (PARI) x='x+O('x^30); Vec(1/((1-x)^3-18*x^4)^(1/3)) \\ _G. C. Greubel_, Jan 17 2018 %o A098538 (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 %Y A098538 Cf. A098536. %K A098538 easy,nonn %O A098538 0,5 %A A098538 _Paul Barry_, Sep 13 2004