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.

Showing 1-3 of 3 results.

A088671 Number of n X n matrices over GF(3) with characteristic polynomial x^(n-1) * (x-1).

Original entry on oeis.org

1, 12, 1053, 787320, 5208653241, 308413053837252, 164053436379620039253, 784901799876425497055472240, 33790882475498615361517892887614321, 13091723638887447119952122094399781435115772, 45648533143796439623892471646730372987043769546194573
Offset: 1

Views

Author

Yuval Dekel (dekelyuval(AT)hotmail.com) and W. Edwin Clark, Nov 29 2003

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := (3/2)*(3^(n^2-n) - 3^(n^2-2*n)); Array[a, 10] (* Amiram Eldar, Jul 13 2025 *)

Formula

a(n) = (q/(q-1))*(q^(n^2-n)-q^(-2*n+n^2)) where q = 3.

Extensions

More terms from Joerg Arndt, Oct 04 2013

A088668 Number of n X n matrices over GF(2) with characteristic polynomial x^(n-1) * (x-1).

Original entry on oeis.org

1, 6, 112, 7680, 2031616, 2113929216, 8727373545472, 143552238122434560, 9426286221665580875776, 2473462226931531291448836096, 2594880778667185584863751461404672, 10886377285478460999082179823696022077440, 182665403921164334152319068371262729095485587456
Offset: 1

Views

Author

Yuval Dekel (dekelyuval(AT)hotmail.com) and W. Edwin Clark, Nov 29 2003

Keywords

Crossrefs

Programs

Formula

a(n) = (q/(q-1))*(q^(n^2-n)-q^(-2*n+n^2)) where q = 2.

Extensions

More terms from Joerg Arndt, Oct 04 2013

A088853 Number of n X n matrices over GF(5) with characteristic polynomial x^(n-1) * (x-1).

Original entry on oeis.org

1, 30, 19375, 304687500, 119171142578125, 1164078712463378906250, 284213456325232982635498046875, 1734719035084708593785762786865234375000, 264697660491697295270796530530788004398345947265625, 1009741855285318541798553204635879865236347541213035583496093750
Offset: 1

Views

Author

Yuval Dekel (dekelyuval(AT)hotmail.com) and W. Edwin Clark, Nov 29 2003

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := (5/4)*(5^(n^2-n) - 5^(n^2-2*n)); Array[a, 10] (* Amiram Eldar, Jul 13 2025 *)

Formula

a(n) = (q/(q-1))*(q^(n^2-n)-q^(-2*n+n^2)) where q = 5.

Extensions

More terms from Joerg Arndt, Oct 04 2013
Showing 1-3 of 3 results.