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 A007339 M4140 #31 Sep 08 2022 08:44:35 %S A007339 1,0,-6,-21,-40,-5,504,4697,39808,362151,3627800,39915469,478999872, %T A007339 6227018603,87178288456,1307674364625,20922789883904,355687428091087, %U A007339 6402373705722168,121645100408825141,2432902008176632000 %N A007339 a(n) = n! - n^3. %D A007339 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A007339 Vincenzo Librandi, <a href="/A007339/b007339.txt">Table of n, a(n) for n = 0..400</a> %H A007339 R. K. Hoeflin, <a href="http://www.eskimo.com/~miyaguch/titan.html">Titan Test</a> %H A007339 <a href="/index/Fa#factorial">Index entries for sequences related to factorial numbers</a> %F A007339 E.g.f.: 1/(1 - x) - x*(1 + 3*x + x^2)*exp(x). - _Ilya Gutkovskiy_, Jan 27 2017 %t A007339 Table[n!-n^3,{n,0,20}] (* _Harvey P. Dale_, Jul 02 2012 *) %o A007339 (Magma) [Factorial(n)-n^3: n in [0..20]]; // _Vincenzo Librandi_, Oct 06 2011 %Y A007339 Cf. A000142, A000578. %K A007339 sign %O A007339 0,3 %A A007339 _N. J. A. Sloane_