|
| |
|
|
A078186
|
|
Number of n X n matrices over an alphabet of size 16.
|
|
2
| | |
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| a(n) = k^(n^2) with k = 2, 3, 4,... counts n X n matrices over an alphabet of size k.
|
|
|
LINKS
| Vincenzo Librandi, Table of n, a(n) for n = 0..25
|
|
|
FORMULA
| a(n) = 16^(n^2)
|
|
|
MATHEMATICA
| Table[16^(n^2), {n, 7}]
|
|
|
PROG
| (MAGMA) [16^(n^2): n in [0..10]]; // Vincenzo Librandi, Jun 05 2011
(PARI) a(n)=16^n^2 \\ Charles R Greathouse IV, Jan 23 2012
|
|
|
CROSSREFS
| Cf. A078185.
Sequence in context: A087586 A105312 A013758 * A087926 A193135 A144830
Adjacent sequences: A078183 A078184 A078185 * A078187 A078188 A078189
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| Vincenzo Origlio (vincenzo.origlio(AT)itc.cnr.it), Nov 21 2002
|
| |
|
|