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.

A086797 Discriminant of the polynomial x^n - x - 1.

Original entry on oeis.org

0, 5, -23, -283, 2869, 49781, -776887, -17600759, 370643273, 10387420489, -275311670611, -9201412118867, 293959006143997, 11414881932150269, -426781883555301359, -18884637964090410991, 808793517812627212561, 40173648337182874339601
Offset: 1

Views

Author

Yuval Dekel (dekelyuval(AT)hotmail.com), Aug 05 2003

Keywords

Comments

Selmer proved that for all n the Galois group of the polynomial x^n - x - 1 over the rationals is the symmetric group S_n. [Comment corrected by Artur Jasinski, Feb 06 2007]

Crossrefs

Cf. A000312 (n^n), A007781 (n^n - (n-1)^(n-1)), A056788 (n^n + (n-1)^(n-1)).
Cf. A086783.

Programs

  • PARI
    a(n)=poldisc(x^n-x-1)

Formula

Except for the sign, the sequence alternates between the sum and difference of consecutive terms of A000312. a(n) = (n^n + (-1)^n (n-1)^(n-1))*(-1)^ceiling(1+n/2). - T. D. Noe, Aug 13 2004

Extensions

More terms from Benoit Cloitre, Aug 06 2003