[go: up one dir, main page]

login
Revision History for A103781 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Sum of any four successive terms is prime, a(1)=a(2)=0,a(3)=1.
(history; published version)
#24 by Michael De Vlieger at Sun Sep 01 09:36:47 EDT 2024
STATUS

reviewed

approved

#23 by Joerg Arndt at Sun Sep 01 04:37:27 EDT 2024
STATUS

proposed

reviewed

#22 by Michel Marcus at Sun Sep 01 04:02:53 EDT 2024
STATUS

editing

proposed

#21 by Michel Marcus at Sun Sep 01 04:02:49 EDT 2024
MATHEMATICA

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 *)

STATUS

proposed

editing

#20 by Jason Yuen at Sun Sep 01 04:01:23 EDT 2024
STATUS

editing

proposed

Discussion
Sun Sep 01
04:02
Jason Yuen: The only useful part of the comment was "The sequence depends on initial three terms"
#19 by Jason Yuen at Sun Sep 01 03:57:32 EDT 2024
CROSSREFS
#18 by Jason Yuen at Sun Sep 01 03:57:06 EDT 2024
COMMENTS

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,107,162,146},{126,107,164,144},{126,109,162,144}, for above mentioned sequences, respectively. The same is true for the case of "sum of three successive terms" A073737, where we have six distinct sets of first terms s00,s01,s10,s11(=A073737),s02 and s20.

FORMULA

a(n) = A000040(n-3) - a(n-1) - a(n-2) - a(n-3). - Jason Yuen, Sep 01 2024

CROSSREFS
KEYWORD

nonn,easy,changed

STATUS

proposed

editing

#17 by Jason Yuen at Sun Sep 01 03:24:56 EDT 2024
STATUS

editing

proposed

Discussion
Sun Sep 01
03:42
Joerg Arndt: comment is beyond useless, right?
#16 by Jason Yuen at Sun Sep 01 03:24:49 EDT 2024
COMMENTS

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,107,162,146},{126,107,164,144},{126,109,162,144}, for above mentioned sequences, respectively. The same is true for the case of "sum of three successive terms" A073737, where we have six distinct sets of first terms s00,s01,s10,s11(=A073737),s02 and s20.

STATUS

approved

editing

#15 by Harvey P. Dale at Tue Sep 20 18:01:42 EDT 2022
STATUS

editing

approved