cp's OEIS Frontend

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.

A062436 Nearest integer to log(n!)^log(log(1 + n)).

This page as a plain text file.
%I A062436 #5 Jun 29 2015 02:25:12
%S A062436 1,1,2,2,4,5,6,8,11,14,17,21,25,30,35,42,49,56,65,74,84,96,108,121,
%T A062436 135,151,167,185,205,225,247,270,295,322,350,379,411,444,479,515,554,
%U A062436 595,638,682,729,779,830,884,940,999,1060,1124,1190,1259,1331,1406
%N A062436 Nearest integer to log(n!)^log(log(1 + n)).
%t A062436 Round[Log[n! ]^Log[Log[1 + n]]]
%Y A062436 Cf. A062435.
%K A062436 nonn,easy
%O A062436 2,3
%A A062436 _Olivier Gérard_, Jun 23 2001