cp's OEIS Frontend

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.

A241661 Primes in A001630.

This page as a plain text file.
%I A241661 #21 Jul 30 2017 01:27:37
%S A241661 2,3,23,60217,108412217573460833,143003097309669584171480759
%N A241661 Primes in A001630.
%C A241661 a(7) is too large to display here. It has 206 digits and is the 722nd term in A001630.
%t A241661 a={0,0,1,2}; Print[2]; For[n=4, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], Print[sum]]; a=RotateLeft[a]; a[[4]]=sum]
%Y A241661 Cf. A001590, A100683, A231574, A231575, A232543, A214899, A020992, A233554. A214727, A234696, A141523, A235862,A214825, A235873, A001630, A241660.
%K A241661 nonn
%O A241661 1,1
%A A241661 _Robert Price_, Apr 26 2014
%E A241661 a(1)=2 prepended and Mathematica program corrected by _Robert Price_, Sep 09 2014