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 A095395 #6 Oct 30 2024 13:35:01 %S A095395 0,1,2,2,3,4,4,4,4,4,4,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,7,7,7,7,7,7,7, %T A095395 7,7,7,7,7,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,9,9,9, %U A095395 9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9,9 %N A095395 a(n) = floor(n^((n+1)/(n))) - floor(n^((n)/(n+1))). %F A095395 a(n) = A059921(n) - A095394(n). %t A095395 Table[Floor[N[x^((x+1)/(x)), 50]]-Floor[N[x^((x)/(x+1)), 50]], {x, 1, 15}] %K A095395 nonn %O A095395 1,3 %A A095395 _Labos Elemer_, Jun 17 2004