This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A060761 #17 Jul 03 2018 02:35:25 %S A060761 1,9,6561,387420489,1853020188851841,717897987691852588770249, %T A060761 22528399544939174411840147874772641, %U A060761 57264168970223481226273458862846808078011946889,11790184577738583171520872861412518665678211592275841109096961,196627050475552913618075908526912116283103450944214766927315415537966391196809 %N A060761 a(n) = 9^(n^2). %C A060761 Number of n X n matrices over GF(9). %H A060761 Harry J. Smith, <a href="/A060761/b060761.txt">Table of n, a(n) for n = 0..32</a> %o A060761 (PARI) a(n)={9^(n^2)} \\ _Harry J. Smith_, Jul 11 2009 %o A060761 (Maxima) A060761(n):=9^(n^2)$ %o A060761 makelist(A060761(n),n,0,10); /* _Martin Ettl_, Nov 08 2012 */ %K A060761 nonn,easy %O A060761 0,2 %A A060761 Ahmed Fares (ahmedfares(AT)my-deja.com), Apr 23 2001 %E A060761 More terms from _Olaf Voß_, Feb 25 2008