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 A060336 #12 Jul 30 2017 22:51:26 %S A060336 3,45,3654,1929501,7355513529,212787633478239,47937678641708357304, %T A060336 85524882506287709213421693,1224201212028616655577478516173315, %U A060336 142132497715474639139076246298436794277130 %N A060336 Number of n X n {-1,0,1} matrices modulo rows permutation (by symmetry this is the same as the number of {-1,0,1} matrices modulo columns permutation), i.e., the number of equivalence classes where two matrices A and B are equivalent if one of them is the result of permuting the rows of the other. %H A060336 Harry J. Smith, <a href="/A060336/b060336.txt">Table of n, a(n) for n = 1..47</a> %F A060336 a(n) = C(3^n + n - 1, n) (where C(n, k) denotes the binomial coefficient). %F A060336 a(n) ~ 3^(n^2) / n!. - _Vaclav Kotesovec_, Jul 02 2016 %t A060336 Table[Binomial[3^n+n-1,n],{n,10}] (* _Harvey P. Dale_, Apr 10 2012 *) %o A060336 (PARI) { for (n=1, 47, write("b060336.txt", n, " ", binomial(3^n + n - 1, n)); ) } \\ _Harry J. Smith_, Jul 03 2009 %Y A060336 A060690. %K A060336 nonn %O A060336 1,1 %A A060336 Ahmed Fares (ahmedfares(AT)my-deja.com), Apr 25 2001 %E A060336 More terms from _Harry J. Smith_, Jul 03 2009