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.

A052269 Number of n X n matrices over GF(3) up to row and column permutations.

This page as a plain text file.
%I A052269 #27 May 01 2022 02:08:12
%S A052269 1,3,27,738,90492,64796982,302752867740,9610448114487414,
%T A052269 2130536585704570302966,3379836486315342147630795474,
%U A052269 39197947672609240635681299333726499,3385559039111928075792568062997302563515455,2212558055097091715366351569353345370930731329332056
%N A052269 Number of n X n matrices over GF(3) up to row and column permutations.
%H A052269 Alois P. Heinz, <a href="/A052269/b052269.txt">Table of n, a(n) for n = 0..26</a>
%H A052269 <a href="/index/Mat#inequiv">OEIS Index to number of inequivalent matrices modulo permutation of row and columns</a>.
%F A052269 a(n) = Sum_{1*s_1+2*s_2+...=n, 1*t_1+2*t_2+...=n} (fixA[s_1, s_2, ...;t_1, t_2, ...]/(1^s_1*s_1!*2^s_2*s_2!*...*1^t_1*t_1!*2^t_2*t_2!*...)) where fixA[...] = 3^Sum_{i, j>=1} (gcd(i,j)*s_i*t_j). - _Christian G. Bower_, Dec 18 2003
%o A052269 (PARI) A052269(n)=A353585(3,n,n) \\ _M. F. Hasler_, Apr 30 2022
%Y A052269 Cf. A002724, A052271, A052272, A091060.
%Y A052269 Column k=3 of A246106.
%K A052269 nonn
%O A052269 0,2
%A A052269 _Vladeta Jovovic_, Feb 04 2000
%E A052269 More terms from _Alois P. Heinz_, Jul 31 2014