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.

A062463 Integer part of log(n)^sqrt(n).

This page as a plain text file.
%I A062463 #5 Jun 29 2015 02:46:22
%S A062463 0,0,1,1,2,4,5,7,10,13,18,23,29,37,47,59,73,90,110,135,164,198,239,
%T A062463 288,345,412,491,583,691,816,962,1131,1327,1553,1815,2117,2465,2864,
%U A062463 3323,3849,4450,5138,5924,6820,7841,9003,10323,11822,13522,15449
%N A062463 Integer part of log(n)^sqrt(n).
%t A062463 Floor[Log[n]^Sqrt[n]]
%Y A062463 Cf. A062464.
%K A062463 nonn,easy
%O A062463 1,5
%A A062463 _Olivier Gérard_, Jun 23 2001