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 A062435 #8 Jun 24 2015 06:43:39 %S A062435 0,1,1,2,3,4,6,8,10,13,16,20,24,29,35,41,48,56,64,74,84,95,107,121, %T A062435 135,150,167,185,204,225,247,270,295,321,349,379,410,443,478,515,554, %U A062435 594,637,682,729,778,830,883,940,998,1060,1123,1190,1259,1331,1406 %N A062435 Integer part of log(n!)^log(log(1 + n)). %t A062435 Floor[Log[n! ]^Log[Log[1 + n]]] %o A062435 (PARI) a(n) = floor(log(n!)^log(log(1 + n))); \\ _Michel Marcus_, Jun 24 2015 %Y A062435 Cf. A062436, close to A055104. %K A062435 nonn,easy %O A062435 2,4 %A A062435 _Olivier Gérard_, Jun 23 2001