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.

A119512 Determinant of n X n matrix of first n^2 terms of A000020 number of primitive polynomials of degree n over GF(2).

Original entry on oeis.org

2, 2, 244, -80544, 2895473496576
Offset: 1

Views

Author

Jonathan Vos Post, May 27 2006

Keywords

Comments

The initial 2 should probably be a 1, see: A011260. This would change all terms to: a(2) = 0 because of the singular determinant[1,1,2,2] = 0; a(3) = 52; a(4) = -34848; a(5) = -2211008492544.

Examples

			a(2) = 2 =
|2 1|
|2 2|.
		

Crossrefs