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 A046856 #19 May 31 2021 16:58:56 %S A046856 1,2,630,81729648000,256963707943060088053923840000000, %T A046856 30978254928194376001814792318154658399137088909801072314160618743948902400000000000000 %N A046856 a(n) = (2^n)!/4^n, with a(1)=1, a(2)=2. %C A046856 The next term has 212 digits. - _Harvey P. Dale_, May 31 2021 %H A046856 C. S. Lorens, <a href="http://dx.doi.org/10.1109/PGEC.1964.263724">Invertible Boolean functions</a>, IEEE Trans. Electron. Computers, EC-13 (1964), 529-541. %H A046856 C. S. Lorens, <a href="/A000722/a000722.pdf">Invertible Boolean functions</a>, IEEE Trans. Electron. Computers, EC-13 (1964), 529-541. [Annotated scan of page 530 only] %p A046856 a:= n-> ceil((2^n)!/4^n): %p A046856 seq(a(n), n=1..6); # _Alois P. Heinz_, May 31 2021 %t A046856 Join[{1,2},Table[(2^n)!/4^n,{n,3,6}]] (* _Harvey P. Dale_, May 31 2021 *) %K A046856 nonn,easy %O A046856 1,2 %A A046856 _N. J. A. Sloane_