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 A088020 #34 Sep 08 2022 08:45:11 %S A088020 1,1,24,362880,20922789888000,15511210043330985984000000, %T A088020 371993326789901217467999448150835200000000, %U A088020 608281864034267560872252163321295376887552831379210240000000000 %N A088020 a(n) = (n^2)!. %C A088020 a(n) is the number of ways in which is possible to fill an n X n square matrix with n^2 distinct elements. - _Stefano Spezia_, Sep 16 2018 %H A088020 Vincenzo Librandi, <a href="/A088020/b088020.txt">Table of n, a(n) for n = 0..21</a> %H A088020 <a href="/index/Th#TTT">Index entries for sequences related to tic-tac-toe</a> %p A088020 seq(factorial(n^2),n=0..10); # _Muniru A Asiru_, Sep 17 2018 %t A088020 Table[(n^2)!,{n,0,9}] (* _Vladimir Joseph Stephan Orlovsky_, May 19 2011 *) %o A088020 (PARI) for(n=0,10,print1((n^2)!,",")) \\ Herman Jamke (hermanjamke(AT)fastmail.fm), Oct 22 2006 %o A088020 (Magma) [Factorial(n^2): n in [0..10]]; // _Vincenzo Librandi_, May 31 2011 %o A088020 (GAP) List([0..10],n->Factorial(n^2)); # _Muniru A Asiru_, Sep 17 2018 %Y A088020 Cf. A000142 (n!), A000290 (n^2). %Y A088020 Cf. A039622, A179268. - _Reinhard Zumkeller_, Jul 06 2010 %Y A088020 Cf. A272094, A272095, A272164. %K A088020 nonn,easy %O A088020 0,3 %A A088020 _Hugo Pfoertner_, Sep 18 2003