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 A226198 #18 Aug 15 2023 21:04:03 %S A226198 1,0,0,1,4,20,102,630,4480,36288,329890,3326400,36846276,444787200, %T A226198 5811886080,81729648000,1230752346352,19760412672000,336967037143578, %U A226198 6082255020441600,115852476579840000,2322315553259520000,48869596859895986086 %N A226198 a(n) = floor((n-1)!/n). %C A226198 (h-1)!/h is integer if h belongs to A056653. %H A226198 Vincenzo Librandi, <a href="/A226198/b226198.txt">Table of n, a(n) for n = 1..200</a> %t A226198 Table[Quotient[(n - 1)!, n], {n, 25}] %o A226198 (Magma) [Floor(Factorial(n-1)/n): n in [1..25]]; %Y A226198 Cf. A001048 ((n+1)!/n), A056653, A091330 (floor((p-1)!/p), where p is prime), A175787 (prime numbers together with 4). %K A226198 nonn %O A226198 1,5 %A A226198 _Vincenzo Librandi_, May 31 2013 %E A226198 Edited by _Bruno Berselli_, May 31 2013