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 A024572 #8 Aug 03 2014 14:27:15 %S A024572 1,4,19,4,8,19,250,10,19,54,12,19,38,250,19,32,80,19,29,54,250,27,44, %T A024572 100,26,38,68,250,34,54,116,32,46,80,250,41,64,128,3002,54,91,250,48, %U A024572 72,139,1122,61,100,250,54,80,148,768,68,108,250,60,87,155,619,74,116,250,65,94,162,536 %N A024572 a(n) = [ n/{n*e} ], {x} := x - [ x ]. %H A024572 Clark Kimberling, <a href="/A024572/b024572.txt">Table of n, a(n) for n = 1..1000</a> %t A024572 Table[Floor[1/FractionalPart[n*E]], {n, 100}] (* _Clark Kimberling_, Aug 15 2012 *) %Y A024572 Cf. A024573. %K A024572 nonn %O A024572 1,2 %A A024572 _Clark Kimberling_