reviewed
approved
reviewed
approved
proposed
reviewed
editing
proposed
nxt[{a_, b_, c_}] := {b, c, NextPrime[a + b + c] - (a+b + c)}; NestList[nxt, {0, 0, 1}, 100][[All, 1]] (* Harvey P. Dale, Sep 20 2022 *)
proposed
editing
editing
proposed
The sequence depends on initial three terms. Assuming no negative sequence we have ten distinct sets of first terms. We may denote them in short as s000,s001(=this sequence),s010,s011,s100,s101,s110,s002,s020 and s200. These sequences do not merge into each other, but maintain their individuality. E.g. terms nos. 97-100 are: {128,107,162,144},{127,107,162,145},{127,107,163,144},{126,107,163,145},{127,108
a(n) = A000040(n-3) - a(n-1) - a(n-2) - a(n-3). - Jason Yuen, Sep 01 2024
nonn,easy,changed
proposed
editing
editing
proposed
The sequence depends on initial three terms. Assuming no negative sequence we have ten distinct sets of first terms. We may denote them in short as s000,s001(=this sequence),s010,s011,s100,s101,s110,s002,s020 and s200. These sequences do not merge into each other, but maintain their individuality. E.g. terms nos. 97-100 are: {128,107,162,144},{127,107,162,145},{127,107,163,144}, {126,107,163,145},{127,108,162,144},{126,108,162,145},{126,108,163,144},{126
approved
editing
editing
approved