login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A076781
a(n) = 6^(n^2).
4
1, 6, 1296, 10077696, 2821109907456, 28430288029929701376, 10314424798490535546171949056, 134713546244127343440523266742756048896, 63340286662973277706162286946811886609896461828096
OFFSET
0,2
COMMENTS
Number of n X n matrices over an alphabet of size 6.
a(n) = k^(n^2) with k = 2, 3, 4, ... counts n X n matrices over Z/kZ.
LINKS
MATHEMATICA
6^Range[0, 12]^2 (* Vladimir Joseph Stephan Orlovsky, Feb 01 2012 *)
PROG
(Magma) [ 6^(n^2): n in [0..10]]; // Vincenzo Librandi, May 30 2011
CROSSREFS
KEYWORD
nonn
AUTHOR
Vincenzo Origlio (vincenzo.origlio(AT)itc.cnr.it), Nov 15 2002
EXTENSIONS
More terms from Philippe Deléham, Nov 24 2007
a(5) corrected by Vincenzo Librandi, May 30 2011
STATUS
approved