Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
Search: a078185 -id:a078185
Displaying 1-1 of 1 result found. page 1
     Sort: relevance | references | number | modified | created      Format: long | short | data
A078186 Number of n X n matrices over an alphabet of size 16. +10
2
1, 16, 65536, 68719476736, 18446744073709551616, 1267650600228229401496703205376, 22300745198530623141535718272648361505980416, 100433627766186892221372630771322662657637687111424552206336 (list; graph; refs; listen; history; text; internal format)
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.
Also number of elements in de Bruijn tori (2n X 2n). - Charles R Greathouse IV, Nov 19 2013
LINKS
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.
KEYWORD
nonn,easy
AUTHOR
Vincenzo Origlio (vincenzo.origlio(AT)itc.cnr.it), Nov 21 2002
STATUS
approved
page 1

Search completed in 0.005 seconds

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 12 02:35 EDT 2024. Contains 375842 sequences. (Running on oeis4.)