OFFSET
1,1
COMMENTS
a(13) is too large to display here. It has 62 digits and is the 210th term in A000383.
MATHEMATICA
a={1, 1, 1, 1, 1, 1}; For[n=6, n<=1000, n++, sum=Plus@@a; If[PrimeQ[sum], Print[sum]]; a=RotateLeft[a]; a[[5]]=sum]
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert Price, Dec 03 2014
STATUS
approved