A078186 Number of n X n matrices over an alphabet of size 16.
1, 16, 65536, 68719476736, 18446744073709551616, 1267650600228229401496703205376, 22300745198530623141535718272648361505980416, 100433627766186892221372630771322662657637687111424552206336
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..25
Crossrefs
Cf. A078185.
Programs
-
Magma
[16^(n^2): n in [0..10]]; // Vincenzo Librandi, Jun 05 2011
-
Mathematica
Table[16^(n^2), {n, 7}]
-
PARI
a(n)=16^n^2 \\ Charles R Greathouse IV, Jan 23 2012
Formula
a(n) = 16^(n^2).
Comments