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!)
A086752 Number of n X n matrices over GF(3) with rank n-1. 1
1, 32, 8112, 17971200, 355207057920, 63010655570903040, 100505356319291594711040, 1442361950110091891786121216000, 186276322602412236974585775503690956800, 216505458700483736766078241517019274701019545600, 2264736353104098912130003755084217747715114856943819161600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
For n>=2: a(n) = Product_{j=0..n-2} (3^n - 3^j)^2 / (3^(n-1)- 3^j).
a(n) = ((3^n-1)/2)*Product_{j=0..n-2} (3^n-3^j). - David Wasserman, Mar 28 2005
MATHEMATICA
Table[3^(n^2) * (1 - 1/3^n) * QPochhammer[1/3^n, 3, n-1]/2, {n, 1, 10}] (* Vaclav Kotesovec, Apr 14 2024 *)
CROSSREFS
Sequence in context: A342455 A351805 A221614 * A248001 A159679 A139568
KEYWORD
nonn,easy,changed
AUTHOR
Yuval Dekel (dekelyuval(AT)hotmail.com), Jul 31 2003
EXTENSIONS
More terms from David Wasserman, Mar 28 2005
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 April 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)