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.

A096964 Wendt's determinant of n.

Original entry on oeis.org

-3, -3, 0, -375, -3993, 0, -15265344, -1343091375, 0, -210736858987743, -141498026224804329, 0, -987345386156157037417593, -4875797582053878382039400448, 0, -1562716604740038367719196682456673375
Offset: 1

Views

Author

Ralf Stephan, Aug 01 2004

Keywords

Comments

a(n) = 0 for multiples of 3.
See also A048954 for a different definition.

Programs

  • PARI
    a(n)=polresultant(x^n-1,(-1-x)^n-1,x)