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 A126229 #10 Mar 23 2020 04:08:10 %S A126229 21,105,217,231,315,399,441,483,861,987,1113,1197,1281,1449,1491,1505, %T A126229 1575,1715,1785,1827,1869,1995,2121,2191,2205,2247,2303,2541,2667, %U A126229 2709,2751,2835,2933,3045,3073,3129,3213,3255,3353,3381,3423,3465,3675,3885 %N A126229 Odd interprimes divisible by 7. %H A126229 Amiram Eldar, <a href="/A126229/b126229.txt">Table of n, a(n) for n = 1..10000</a> %t A126229 Do[If[OddQ[(Prime[n + 1] + Prime[n])/2] && Mod[(Prime[n + 1] + Prime[n])/2, 7] == 0, Print[(Prime[n + 1] + Prime[n])/2]], {n, 1, 3000}] %Y A126229 Cf. A072569, A072572, A072573, A126228, A126230, A124619, A124620, A126231, A124622, A126233. %K A126229 nonn %O A126229 1,1 %A A126229 _Artur Jasinski_, Dec 21 2006 %E A126229 Extended by _Ray Chandler_, Jan 09 2007