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 A062008 #18 Sep 08 2022 08:45:03 %S A062008 1,1,2,30,242880,23565900177211392000, %T A062008 2773739201349556936377871973938118055565107020522751759201737480601600000000000000 %N A062008 Number of divisors of (n!)!, or A000197. %H A062008 Harry J. Smith, <a href="/A062008/b062008.txt">Table of n, a(n) for n=0,...,7</a> %p A062008 with(numtheory): A062008:=n->tau((n!)!): seq(A062008(n), n=0..6); # _Wesley Ivan Hurt_, Nov 08 2014 %t A062008 Table[DivisorSigma[0, (n!)!], {n, 0, 6}] (* _Wesley Ivan Hurt_, Nov 08 2014 *) %o A062008 (PARI) for(n=0,6,print(numdiv(n!!))) %o A062008 (PARI) { for (n=0, 7, write("b062008.txt", n, " ", numdiv(n!!)) ) } \\ [_Harry J. Smith_, Jul 29 2009] %o A062008 (Magma) [NumberOfDivisors(Factorial(Factorial(n))): n in [0..7]]; // _Vincenzo Librandi_, Nov 09 2014 %Y A062008 Cf. A000197, A000203, A062569 %K A062008 easy,nonn %O A062008 0,3 %A A062008 _Jason Earls_, Jul 04 2001