A246518 Prime terms in A141036.
2, 11, 2713, 4066709, 289593761, 30236674150891013353640837416685668536004108580572237299601, 45323907186142905348893078704293178796516046414129798590935901
Offset: 1
Keywords
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 1..14
Crossrefs
Programs
-
Haskell
a246518 n = a246518_list !! (n-1) a246518_list = filter ((== 1) . a010051'') $ a141036_list -- Reinhard Zumkeller, Sep 15 2014
-
Mathematica
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]
Comments