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 A370780 #7 Mar 02 2024 00:02:45 %S A370780 1,91,-9828,1535868,-294731892,62322050700,-13990450587012, %T A370780 3270320252339868,-787131217405990548,193694053976566000812, %U A370780 -48497295306135216560292,12313491783703337923916220,-3162498663877264843739477172 %N A370780 Expansion of ( (1 + x)*(1 - 17*x)*(1 + 289*x) )^(1/3). %C A370780 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 A370780 (PARI) my(N=20, x='x+O('x^N)); Vec(((1+x)*(1-17*x)*(1+289*x))^(1/3)) %Y A370780 Cf. A370145, A370149, A370779. %K A370780 sign %O A370780 0,2 %A A370780 _Seiichi Manyama_, Mar 01 2024