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 A144940 #6 Dec 20 2022 19:19:16 %S A144940 67,17317,80317,97117,398467,1333417,1423717,1876267,2317267,3332167, %T A144940 4890367,5456317,5911417,6151867,6622867,9151717,9522367,11013967, %U A144940 13372717,15381967,17080267,21663067,22439017,22552417,24262267 %N A144940 Primes of form: sum of prime 5-tuples (A022007). %F A144940 7+11+13+17+19=67 %t A144940 lst={};Do[p=Prime[n];If[PrimeQ[p+4]&&PrimeQ[p+6]&&PrimeQ[p+10]&&PrimeQ[p+12],s=p+p+4+p+6+p+10+p+12;If[PrimeQ[s],AppendTo[lst,s]]],{n,10!}];lst %t A144940 Select[Total/@Select[Partition[Prime[Range[350000]],5,1],Differences[#]=={4,2,4,2}&],PrimeQ] (* _Harvey P. Dale_, Dec 20 2022 *) %K A144940 nonn %O A144940 1,1 %A A144940 _Vladimir Joseph Stephan Orlovsky_, Sep 25 2008