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.

A062464 Nearest integer to log(n)^sqrt(n).

This page as a plain text file.
%I A062464 #7 Dec 31 2021 13:31:58
%S A062464 0,1,1,2,3,4,6,8,11,14,18,23,30,38,47,59,73,90,111,135,164,199,240,
%T A062464 288,346,413,491,583,691,816,962,1131,1327,1554,1816,2118,2465,2865,
%U A062464 3323,3849,4451,5139,5925,6821,7842,9003,10324,11823,13523,15449
%N A062464 Nearest integer to log(n)^sqrt(n).
%t A062464 Table[Round[Log[n]^Sqrt[n]],{n,50}] (* _Harvey P. Dale_, Dec 31 2021 *)
%Y A062464 Cf. A062463, close to A007279 and A034891.
%K A062464 nonn,easy
%O A062464 1,4
%A A062464 _Olivier Gérard_, Jun 23 2001
%E A062464 Previous Mathematica program replaced by _Harvey P. Dale_, Dec 31 2021