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 A097476 #15 Jul 05 2021 16:52:54 %S A097476 1,4,2304,1194393600,1941728542064640000, %T A097476 25569049282962188245401600000000, %U A097476 5866627428836325123819714259080708096000000000000 %N A097476 a(n) = Product_{i=0..n-1} ((2i)!)^2. %C A097476 a(n) = determinant of n X n matrix m(i,j)=E(2i+2j), 0<=i,j<=n-1, where E(2k) is the (2k)-th signless Euler number in 1/cos(z) = Sum_{k>=0} E(2k)*z^(2k)/(2k)!. %D A097476 C. Krattenthaler, Advanced Determinant Calculus, p. 46 %H A097476 C. Krattenthaler, <a href="http://www.mat.univie.ac.at/~kratt/artikel/detsurv.html">Advanced Determinant Calculus</a>, Séminaire Lotharingien Combin. 42 ("The Andrews Festschrift") (1999), Article B42q, 67 pp. %t A097476 Table[Product[((2i)!)^2,{i,0,n-1}],{n,8}] (* _Harvey P. Dale_, Jul 05 2021 *) %o A097476 (PARI) a(n)=prod(i=0,n-1,((2*i)!)^2) %K A097476 nonn %O A097476 1,2 %A A097476 _Benoit Cloitre_, Sep 18 2004