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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A086190 Sum of rank(M) over all n X n matrices over GF(3). 1
0, 2, 128, 50258, 152583680, 3848135499362, 831635515536146048, 1565118078583425627499058, 25891049952879626239605534955520, 3786985075909223206935197348611801222082 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n) = sum r=1..n r*product j=0..(r-1) (q^n-q^j)^2/(q^r-q^j) with q=3.

PROG

(PARI) a(n)=sum(r=1, n, r*prod(j=0, (r-1), (3^n-3^j)^2/(3^r-3^j)))

CROSSREFS

Cf. A086098.

Sequence in context: A010367 A024344 A012673 * A024345 A012524 A012670

Adjacent sequences:  A086187 A086188 A086189 * A086191 A086192 A086193

KEYWORD

nonn

AUTHOR

Yuval Dekel (dekelyuval(AT)hotmail.com), Aug 26 2003

EXTENSIONS

More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), Aug 27 2003

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 21:13 EST 2012. Contains 206085 sequences.