cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A086752 Number of n X n matrices over GF(3) with rank n-1.

This page as a plain text file.
%I A086752 #11 Apr 14 2024 11:07:59
%S A086752 1,32,8112,17971200,355207057920,63010655570903040,
%T A086752 100505356319291594711040,1442361950110091891786121216000,
%U A086752 186276322602412236974585775503690956800,216505458700483736766078241517019274701019545600,2264736353104098912130003755084217747715114856943819161600
%N A086752 Number of n X n matrices over GF(3) with rank n-1.
%F A086752 For n>=2: a(n) = Product_{j=0..n-2} (3^n - 3^j)^2 / (3^(n-1)- 3^j).
%F A086752 a(n) = ((3^n-1)/2)*Product_{j=0..n-2} (3^n-3^j). - _David Wasserman_, Mar 28 2005
%t A086752 Table[3^(n^2) * (1 - 1/3^n) * QPochhammer[1/3^n, 3, n-1]/2, {n, 1, 10}] (* _Vaclav Kotesovec_, Apr 14 2024 *)
%Y A086752 Cf. A086699, A053290, A060868.
%K A086752 nonn,easy
%O A086752 1,2
%A A086752 Yuval Dekel (dekelyuval(AT)hotmail.com), Jul 31 2003
%E A086752 More terms from _David Wasserman_, Mar 28 2005