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 A061567 #18 Dec 12 2017 00:31:42 %S A061567 1,1,3,6,13,24,44,75,124,200,314,480,719,1058,1530,2180,3062,4248, %T A061567 5823,7898,10605,14108,18607,24343,31607,40749,52184,66408,84009, %U A061567 105677,132226,164608,203936,251505,308815,377606,459883,557954,674470,812467 %N A061567 a(n) = floor(n^log(n)). %C A061567 a(11) = 314 and 11^log(11) = 314.159789210968519210249138553976, which is close to 100*Pi, giving an approximate value Pi = 11^log(11)/100. - _Amarnath Murthy_, Jan 03 2002 %H A061567 Harry J. Smith, <a href="/A061567/b061567.txt">Table of n, a(n) for n = 1..500</a> %t A061567 Array[Floor[#^Log[#]] &, 40] (* _Michael De Vlieger_, Dec 11 2017 *) %o A061567 (PARI) { default(realprecision, 100); for (n=1, 500, write("b061567.txt", n, " ", floor(n^log(n))) ) } \\ _Harry J. Smith_, Jul 24 2009 %K A061567 easy,nonn %O A061567 1,3 %A A061567 _Leroy Quet_, May 18 2001