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.

A174310 Values of the family of polynomials y = (x^(n+1) + 1)/(x + 1) at point x = discriminant of y.

Original entry on oeis.org

1, 0, 13, -4369, 242203001, 3653339505259535, 22540681439108936194378057, -85070916250026219054240312625736187905, 273892687731183836066546120028455556686378073137630689
Offset: 1

Views

Author

Artur Jasinski, Mar 15 2010

Keywords

Comments

A174309 is a subsequence of this sequence.

Crossrefs

Programs

  • Mathematica
    s = {}; Do[k = PolynomialQuotient[(x^n + 1), (x + 1), x]; d = Discriminant[k, x]; AppendTo[s, k /. x -> d], {n, 1, 10}]; s