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!)
A076807 Number of n X n matrices over an alphabet of size 12. 1
1, 12, 20736, 5159780352, 184884258895036416, 953962166440690129601298432, 708801874985091845381344307009569161216, 75836984583351248111063210627854719374392938360471552 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 12^(n^2).
PROG
(Magma) [12^(n^2): n in [0..10]]; // Vincenzo Librandi, May 30 2011
(Maxima) A076807(n):=12^(n^2)$
makelist(A076807(n), n, 0, 10); /* Martin Ettl, Nov 08 2012 */
CROSSREFS
Sequence in context: A012736 A013750 A127395 * A308139 A220791 A146519
KEYWORD
nonn
AUTHOR
Vincenzo Origlio (vincenzo.origlio(AT)itc.cnr.it), Nov 18 2002
STATUS
approved

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 April 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)