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 A232542 #11 Jul 25 2024 13:53:46 %S A232542 2,2,3,7,41,467,859,8012003,168650767, %T A232542 17843905055671832482869722050793,2337143892123435886770270228393473, %U A232542 563028582965218666043722998152482699 %N A232542 Primes in A100683. %t A232542 a={-1,2,2}; Print[2]; Print[2]; For[n=3, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], Print[sum]]; a=RotateLeft[a]; a[[3]]=sum] %Y A232542 Cf. A001590, A100683, A231574, A231575, A232543. %K A232542 nonn %O A232542 1,1 %A A232542 _Robert Price_, Nov 25 2013 %E A232542 Name clarified by _Arthur O'Dwyer_, Jul 25 2024