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 A370779 #9 Mar 02 2024 00:02:49 %S A370779 1,7,-84,1020,-17220,313068,-6075444,122709468,-2553130020, %T A370779 54317619660,-1175968479252,25819593611196,-573476704909572, %U A370779 12861006710141100,-290799326551852020,6621725329384239516,-151707434284857934308,3494405505576163607436 %N A370779 Expansion of ( (1 + x)*(1 - 5*x)*(1 + 25*x) )^(1/3). %C A370779 The cube root of F(x) = (1 + x)*(1 - (3*k+2)*x)*(1 + (3*k+2)^2*x) is an integer series because F(x) == (1+x)*(1 + 2*x - 8*x^2) == (1+x)^3 (mod 9). %o A370779 (PARI) my(N=20, x='x+O('x^N)); Vec(((1+x)*(1-5*x)*(1+25*x))^(1/3)) %Y A370779 Cf. A370145, A370149, A370780. %Y A370779 Cf. A370782. %K A370779 sign %O A370779 0,2 %A A370779 _Seiichi Manyama_, Mar 01 2024