cp's OEIS Frontend

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.

A174304 Values of the family of polynomials y=x^n-1 at point x = discriminant of y.

This page as a plain text file.
%I A174304 #10 Mar 02 2023 11:25:11
%S A174304 0,15,-19684,4294967295,298023223876953124,
%T A174304 10314424798490535546171949055,
%U A174304 -256923577521058878088611477224235621321608,6277101735386680763835789423207666416102355444464034512895,196627050475552913618075908526912116283103450944214766927315415537966391196808
%N A174304 Values of the family of polynomials y=x^n-1 at point x = discriminant of y.
%t A174304 Clear[x]; s = {}; Do[d = Discriminant[x^n - 1, x]; AppendTo[s, d^n - 1], {n, 1, 10}]; s
%o A174304 (PARI) a(n) = my(p=x^n-1); subst(p, x, poldisc(p)); \\ _Michel Marcus_, Mar 02 2023
%Y A174304 Cf. A174305, A174306, A174307, A174308, A174309, A174310, A174311.
%K A174304 sign
%O A174304 1,2
%A A174304 _Artur Jasinski_, Mar 15 2010
%E A174304 More terms from _Michel Marcus_, Mar 02 2023