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 A178469 #2 Mar 30 2012 17:26:35 %S A178469 5,12,16,18,20,38,56,66,78,86,98,108,118,132,144,150,156,186,218,228, %T A178469 238,250,258,272,294,310,316,318,332,368,404,420,426,440,458,492,522, %U A178469 542,570,592,606,620,638,650,668,686,696,730,780,812,836,854,864,876 %N A178469 a(n)= (A178468(n)+A178468(n+1))/101. %t A178469 <<NumberTheory`NumberTheoryFunctions` %t A178469 k=101;a=p=2;s={};Do[p=NextPrime[p];If[Mod[a+p,k]==0,AppendTo[s,(a+p)/k];a=p],{10000}];s %Y A178469 Cf. A178468. %K A178469 nonn %O A178469 1,1 %A A178469 _Zak Seidov_, May 28 2010