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 A187085 #8 Aug 04 2015 22:25:15 %S A187085 6,8,10,12,14,18,16,22,20,26,28,24,30,34,36,32,38,42,40,46,48,50,44, %T A187085 54,52,58,60,56,62,66,64,70,72,78,76,84,74,68,80,86,90,82,88,96,98,92, %U A187085 102,94,100,106,112,114,104,110,108,120,116,126,118,130,124,132,122,140,134,138,136,142,144,146,150,148,154,156,152,162,160,168,164,158 %N A187085 Even numbers > 4 as generated by A187072. %C A187085 a(n) = A187072(n) + A187072(n+1) = 2*A187098(n+2). %H A187085 Reinhard Zumkeller, <a href="/A187085/b187085.txt">Table of n, a(n) for n = 1..10000</a> %H A187085 <a href="/index/Go#Goldbach">Index entries for sequences related to Goldbach conjecture</a> %o A187085 (Haskell) %o A187085 a187085 n = a187085_list !! (n-1) %o A187085 a187085_list = zipWith (+) a187072_list $ tail a187072_list %Y A187085 Cf. A187072, A187098. %K A187085 nonn %O A187085 1,1 %A A187085 _Reinhard Zumkeller_, Mar 04 2011