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.

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

Original entry on oeis.org

-1, 19, -12145, 6414248203, 194380520729322479, 15218845171211140441021214899, -170806730553626811832652589499918854529297, 9209820606607584866627264481712305648950696250051751911479, 132009474006996885142958525887127779016665316066680074875830065810704441797439
Offset: 1

Views

Author

Artur Jasinski, Mar 15 2010

Keywords

Crossrefs

Programs

  • Mathematica
    Clear[x]; s = {}; Do[d = Discriminant[x^n - x - 1, x]; AppendTo[s, d^n - d - 1], {n, 1, 10}]; s
  • PARI
    a(n) = my(p=x^n-x-1); subst(p, x, poldisc(p)); \\ Michel Marcus, Mar 02 2023

Extensions

More terms from Michel Marcus, Mar 02 2023