OFFSET
1,1
COMMENTS
a(9) is too large to display here. It has 160 digits and is the 564th term in A001631.
MATHEMATICA
a={0, 0, 1, 0}; For[n=4, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], Print[sum]]; a=RotateLeft[a]; a[[4]]=sum]
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert Price, Sep 09 2014
STATUS
approved