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!)
A174304 Values of the family of polynomials y=x^n-1 at point x = discriminant of y. 7
0, 15, -19684, 4294967295, 298023223876953124, 10314424798490535546171949055, -256923577521058878088611477224235621321608, 6277101735386680763835789423207666416102355444464034512895, 196627050475552913618075908526912116283103450944214766927315415537966391196808 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Clear[x]; s = {}; Do[d = Discriminant[x^n - 1, x]; AppendTo[s, d^n - 1], {n, 1, 10}]; s
PROG
(PARI) a(n) = my(p=x^n-1); subst(p, x, poldisc(p)); \\ Michel Marcus, Mar 02 2023
CROSSREFS
Sequence in context: A354062 A212924 A068732 * A208461 A068939 A179106
KEYWORD
sign
AUTHOR
Artur Jasinski, Mar 15 2010
EXTENSIONS
More terms from Michel Marcus, Mar 02 2023
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 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)