A154423
Continue with summing & priming the A154422 (Level 4) list to level 5.
Original entry on oeis.org
2, 50575480513, 1663807730918617976723, 14304824932873646803553, 28817336920092499216069, 20284632396728311969809131, 168804229342169123733371839, 909257309497199880752121319
Offset: 1
Michael J Crowe (michaelcrowe117(AT)btinternet.com), Jan 09 2009
-
lst2={}; s2=0; Do[s2=s2+Prime[n]; If[PrimeQ[s2], AppendTo[lst2, s2]], {n, 4000000}]; lst3={}; s3=0; Do[s3=s3+lst2[[n]];If[PrimeQ[s3], AppendTo[lst3, s3]], {n,1,Length[lst2]}]; lst3; lst4={}; s4=0; Do[s4=s4+lst3[[n]];If[PrimeQ[s4], AppendTo[lst4, s4]], {n,1,Length[lst3]}]; lst4; lst5={}; s5=0; Do[s5=s5+lst4[[n]];If[PrimeQ[s5], AppendTo[lst5, s5]], {n,1,Length[lst4]}]; lst5
A154424
Continue with summing & priming the A154423 (Level 5) list to level 6.
Original entry on oeis.org
2, 22388562459746799685433396747, 805356826229750685152751618123101, 689400380025917209087935611674203155791, 3105808024815442289202546027249327480961, 20662615055094927265669723508498824139849
Offset: 1
Michael J. Crowe (michaelcrowe117(AT)btinternet.com), Jan 09 2009
-
lst2={}; s2=0; Do[s2=s2+Prime[n]; If[PrimeQ[s2], AppendTo[lst2, s2]], {n, 10^9}]; lst3={}; s3=0; Do[s3=s3+lst2[[n]]; If[PrimeQ[s3], AppendTo[lst3, s3]], {n,1,Length[lst2]}]; lst3; lst4={}; s4=0; Do[s4=s4+lst3[[n]];If[PrimeQ[s4], AppendTo[lst4, s4]], {n,1,Length[lst3]}]; lst4; lst5={}; s5=0; Do[s5=s5+lst4[[n]];If[PrimeQ[s5], AppendTo[lst5, s5]], {n,1,Length[lst4]}]; lst5; lst6={}; s6=0; Do[s6=s6+lst5[[n]];If[PrimeQ[s6], AppendTo[lst6, s6]], {n,1,Length[lst5]}]; lst6
a(4)-a(6) added by Michael J Crowe (michaelcrowe117(AT)btinternet.com), Mar 16 2009
Showing 1-2 of 2 results.
Comments