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 A151738 #4 Nov 09 2017 09:36:38 %S A151738 199,211,223,281,293,317,353,439,461,563,587,599,647,659,683,751,881, %T A151738 997,1009,1021,1231,1361,1373,1429,1451,1597,1609,2003,2027,2039,2089, %U A151738 2113,2137,2297,2351,2383,2441,2477,2549,2833,2857,3121,3169,3181,3319 %N A151738 Primes which are the sum of nine consecutive composite numbers. %H A151738 Harvey P. Dale, <a href="/A151738/b151738.txt">Table of n, a(n) for n = 1..1000</a> %t A151738 Select[Total/@Partition[Select[Range[1000],CompositeQ],9,1],PrimeQ] (* _Harvey P. Dale_, Nov 09 2017 *) %K A151738 nonn %O A151738 1,1 %A A151738 _Claudio Meller_, Jun 15 2009