login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060869 Number of n X n matrices over GF(4) with rank 1. 3
3, 75, 1323, 21675, 348843, 5589675, 89467563, 1431612075, 22906317483, 366503176875, 5864059218603, 93824981052075, 1501199831050923, 24019197833685675, 384307167486454443, 6148914688373205675 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,200

FORMULA

a(n) = 1/3 * (4^n - 1)^2

EXAMPLE

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

PROG

(PARI) { for (n=1, 200, write("b060869.txt", n, " ", (4^n - 1)^2 / 3); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 13 2009]

CROSSREFS

A060716.

Sequence in context: A189805 A125520 A163131 * A012491 A136328 A003690

Adjacent sequences:  A060866 A060867 A060868 * A060870 A060871 A060872

KEYWORD

nonn,easy

AUTHOR

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

EXTENSIONS

More terms from Larry Reeves (larryr(AT)acm.org) and Jason Earls (zevi_35711(AT)yahoo.com), May 07 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 04:33 EST 2012. Contains 205978 sequences.