# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a246518 Showing 1-1 of 1 %I A246518 #10 Sep 15 2014 11:15:27 %S A246518 2,11,2713,4066709,289593761, %T A246518 30236674150891013353640837416685668536004108580572237299601, %U A246518 45323907186142905348893078704293178796516046414129798590935901 %N A246518 Prime terms in A141036. %C A246518 a(8) has 91 digits and thus is too large to display here. It corresponds to A141036(482). %C A246518 a(n) = A141036(A246517(n)). %H A246518 Reinhard Zumkeller, Table of n, a(n) for n = 1..14 %t A246518 a={2,1,1}; Print[2]; For[n=3, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], Print[sum]]; a=RotateLeft[a]; a[[3]]=sum] %o A246518 (Haskell) %o A246518 a246518 n = a246518_list !! (n-1) %o A246518 a246518_list = filter ((== 1) . a010051'') $ a141036_list %o A246518 -- _Reinhard Zumkeller_, Sep 15 2014 %Y A246518 Cf. A001590, A100683, A231574, A231575, A232543, A214899, A020992, A233554. A214727, A234696, A141523, A235862, A214825, A235873, A242324, A214827-A214829, A242572, A242576, A243622, A244001, A214831, A244002, A141036, A246517. %Y A246518 Cf. A010051. %K A246518 nonn %O A246518 1,1 %A A246518 _Robert Price_, Aug 28 2014 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE