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 A191746 #7 Dec 28 2023 22:16:50 %S A191746 15,50,193,516,1415,3178,6777,11960,22363,34026,53069,75568,107967, %T A191746 144830,184033,236016,293615,366514,446037,543380,664483,840882, %U A191746 1027505,1240948,1513431,1838330,2198329,2580252,2992415,3428014,4084113,4759796,5445379,6181542 %N A191746 Partial sums of product of twin primes. %t A191746 Accumulate[Times@@@Select[Partition[Prime[Range[500]],2,1], Last[#]- First[#] ==2&]] %Y A191746 Cf. A037074. %K A191746 nonn %O A191746 1,1 %A A191746 _Harvey P. Dale_, Jun 14 2011