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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051680 Number of n X n invertible matrices A over GF(3) such that A-I is invertible. 1
1, 27, 6291, 13589289, 266377183929, 47123189360124723, 75095231825148137471259, 1077370264330489309698453375441, 139124702920688202983704723564457669361 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n) = 3^binomial(n,2)*b(n), with b(0)=1, b(n)=(3^n-1)*b(n-1)+(-1)^(n). - Vladeta Jovovic (vladeta(AT)eunet.rs), Aug 20 2006

MATHEMATICA

a[n_] := a[n] = 3^(n-1)*((3^n-1)*a[n-1] + (-1)^n*3^((n-3)*n/2+1)); a[1] = 1; Table[a[n], {n, 1, 9}] (* From Jean-François Alcover, Jan 12 2012, after formula *)

CROSSREFS

Cf. A002820.

Sequence in context: A046367 A059795 A123395 * A013828 A001321 A111415

Adjacent sequences:  A051677 A051678 A051679 * A051681 A051682 A051683

KEYWORD

nonn,nice

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Mar 17 2000

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