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 A325749 #4 Jun 07 2019 22:00:40 %S A325749 1,1,-2,4,-8,16,-31,56,-91,126,-126,0,462,-1715,4704,-11319,25186, %T A325749 -52920,105841,-201704,364819,-620312,973028,-1352078,1486674,-657799, %U A325749 -2750022,11967739,-32805248,74480266,-148960531,265105676,-408608551,487599186,-201501426 %N A325749 First term of n-th difference sequence of (floor(e*k/(e-1))), k >= 0. %H A325749 Clark Kimberling, <a href="/A325749/b325749.txt">Table of n, a(n) for n = 1..200</a> %t A325749 Table[First[Differences[Table[Floor[n*E/(E-1)], {n, 0, 50}], n]], {n, 1, 50}] %Y A325749 Cf. A054385. %K A325749 easy,sign %O A325749 1,3 %A A325749 _Clark Kimberling_, Jun 07 2019