login
The OEIS is supported by the many generous donors 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. 3
1, 27, 6291, 13589289, 266377183929, 47123189360124723, 75095231825148137471259, 1077370264330489309698453375441, 139124702920688202983704723564457669361 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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, Aug 20 2006
From Geoffrey Critzer, Oct 17 2021: (Start)
Sum_{n>=0} a(n)*u^n/A053290(n) = 1/(1-u)*Product_{r>=1} 1-u/3^r.
Limit_{n->inf} a(n)/3^(n^2) = (Product_{r>=1} 1-1/3^r)^2. (End)
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}] (* Jean-François Alcover, Jan 12 2012, after formula *)
CROSSREFS
Cf. A002820.
Sequence in context: A059795 A211928 A123395 * A013828 A343922 A209261
KEYWORD
nonn,nice
AUTHOR
Vladeta Jovovic, Mar 17 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 25 13:13 EDT 2024. Contains 373705 sequences. (Running on oeis4.)