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 A179660 #9 Feb 17 2018 10:28:26 %S A179660 279209790387276,1075207199997334,2367646772295462,4146437503168147, %T A179660 6404774487532576,9137303389808024,12340337443955708, %U A179660 16010026481858292,20143329357815162,24739512092254535,29795030058292249 %N A179660 Sum of the primes < n*10^8. %H A179660 Robert G. Wilson v, <a href="/A179660/b179660.txt">Table of n, a(n) for n = 1..250</a> %t A179660 k = 1; p = 2; s = 0; lst = {}; While[k < 12, While[p < 10^8*k, s = s + p; p = NextPrime@p]; k++; AppendTo[lst, s]; Print[{k - 1, s}]] %Y A179660 Cf. A046731, A178221, A179649, A145065. %K A179660 nonn %O A179660 1,1 %A A179660 _Robert G. Wilson v_, Jul 23 2010