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 A298103 #7 Jan 13 2018 04:59:47 %S A298103 71,271,281,313,337,347,389,431,499,631,661,673,769,787,827,877,937, %T A298103 947,1153,1163,1181,1229,1307,1319,1373,1427,1451,1489,1531,1621,1667, %U A298103 1699,1721,1759,1789,1901,1933,1979,2017,2039,2131,2137,2339,2381,2383,2417 %N A298103 The first of five consecutive prime numbers the sum of which is equal to the sum of five consecutive integers. %H A298103 Colin Barker, <a href="/A298103/b298103.txt">Table of n, a(n) for n = 1..1000</a> %e A298103 71 is in the sequence because 71+73+79+83+89 = 395 = 77+78+79+80+81. %o A298103 (PARI) L=List(); forprime(p=2, 2500, q=nextprime(p+1); r=nextprime(q+1); s=nextprime(r+1); t=nextprime(s+1); u=p+q+r+s+t; if((u-10)%5==0, listput(L, p))); Vec(L) %Y A298103 Cf. A054643, A298073, A298102. %K A298103 nonn %O A298103 1,1 %A A298103 _Colin Barker_, Jan 12 2018