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 A244931 #8 Jul 12 2014 16:12:36 %S A244931 19,37,223,409,53617,23757289,3111662089,407556643177, %T A244931 1372675688565303822697,23548271681390871672120649, %U A244931 1676892190264006259992141409,64923481849284379431377700019 %N A244931 Prime terms in A214831. %C A244931 a(13) has 58 digits and thus is too large to display here. It corresponds to A214831(216). %t A244931 a={1,9,9}; For[n=3, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], Print[sum]]; a=RotateLeft[a]; a[[3]]=sum] %Y A244931 Cf. A001590, A100683, A231574, A231575, A232543, A214899, A020992, A233554. A214727, A234696, A141523, A235862, A214825, A235873, A214827, A242324, A214827, A214828, A214829, A242572, A242576, A243622, A214829, A244001, A214831, A244002. %K A244931 nonn %O A244931 1,1 %A A244931 _Robert Price_, Jul 08 2014