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-1 of 1 results.

A060869 Number of n X n matrices over GF(4) with rank 1.

Original entry on oeis.org

3, 75, 1323, 21675, 348843, 5589675, 89467563, 1431612075, 22906317483, 366503176875, 5864059218603, 93824981052075, 1501199831050923, 24019197833685675, 384307167486454443, 6148914688373205675, 98382635048331029163, 1574122160910735420075, 25185954575121522535083
Offset: 1

Views

Author

Ahmed Fares (ahmedfares(AT)my-deja.com), May 04 2001

Keywords

Examples

			a(2) = 75 because there are 76 (the second element in sequence A060716) singular 2 X 2 matrices over GF(4), that have rank <= 1 of which only the zero matrix has rank zero so a(2) = 76 - 1 = 75.
		

Crossrefs

Column k=4 of A379587.
Cf. A060716.

Programs

Formula

a(n) = 1/3 * (4^n - 1)^2.
G.f.: -3*x*(4*x+1) / ((x-1)*(4*x-1)*(16*x-1)). - Colin Barker, Dec 23 2012
E.g.f.: exp(x)*(1 - 2*exp(3*x) + exp(15*x))/3. - Stefano Spezia, Dec 26 2024

Extensions

More terms from Larry Reeves (larryr(AT)acm.org) and Jason Earls, May 07 2001
More terms from Colin Barker, Dec 23 2012
Showing 1-1 of 1 results.