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 A094900 #10 Nov 30 2020 11:06:01 %S A094900 1,0,3,-11,6,-17,9,7,-58,20,-19,-41,21,15,0,-118,40,-34,-71,48,-40,27, %T A094900 22,-97,-101,51,-107,54,80,-318,43,-274,111,-596,100,0,-82,55,0,-358, %U A094900 144,-764,96,-197,165,0,-446,-227,114,77,-478,192,-168,0,0,-538,180,-139 %N A094900 a(n) = floor( prime(n-1)*A036263(n-2)/ A001223(n-1)). %t A094900 Table[Abs[Floor[Prime[n-1]*(Prime[n]-2*Prime[n-1]+Prime[n-2])/(Prime[n]-Prime[n-1])]], {n, 3, 203}] %K A094900 sign,less %O A094900 3,3 %A A094900 _Roger L. Bagula_, Jun 14 2004