[go: up one dir, main page]

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

Showing entries 1-10 | older changes
Lexicographically earliest nonnegative increasing sequence such that no four terms have constant second differences.
(history; published version)
#21 by M. F. Hasler at Sun Jan 17 09:28:55 EST 2016
STATUS

editing

approved

#20 by M. F. Hasler at Tue Jan 12 22:02:50 EST 2016
PROG

(PARI) A240075(n, show=0, L=4, o=2, v=[0], D=v->v[2..-1]-v[1..-2])={ my(d, m); while( #v<n, show&&print1(v[#v]", "); v=concat(v, v[#v]); while( v[#v]++, forvec( i=vector(L, j, [if(j<L, j, #v), #v]), d=D(vecextract(v, i)); m=o; while(m--&&#Set(d=D(d))>1, ); #Set(d)>1||next(2), 2); break)); v[#v]} \\ M. F. Hasler, Jan 12 2016

CROSSREFS

For the analog sequence which avoids 5-term subsequences of constant third differences, see A240556 (>=0) and A240557 (>0).

STATUS

approved

editing

#19 by N. J. A. Sloane at Mon Jan 04 15:52:20 EST 2016
STATUS

editing

approved

#18 by N. J. A. Sloane at Mon Jan 04 15:52:18 EST 2016
EXTENSIONS

Definition corrected by N. J. A. Sloane, and _M. F. Hasler_, Jan 04 2016.

STATUS

approved

editing

#17 by N. J. A. Sloane at Mon Jan 04 15:35:30 EST 2016
STATUS

editing

approved

#16 by N. J. A. Sloane at Mon Jan 04 15:35:27 EST 2016
CROSSREFS

Cf. A005836 (no 3-term starting at 0), A003278 (no 3-term starting at 1).

Cf. A240556, A240557.

Summary of increasing sequences avoiding arithmetic progressions of specified lengths (the second of each pair is obtained by adding 1 to the first):

3-term AP: A005836 (>=0), A003278 (>0);

4-term AP: A005839 (>=0), A005837 (>0);

5-term AP: A020654 (>=0), A020655 (>0);

6-term AP: A020656 (>=0), A005838 (>0);

7-term AP: A020657 (>=0), A020658 (>0);

8-term AP: A020659 (>=0), A020660 (>0);

9-term AP: A020661 (>=0), A020662 (>0);

10-term AP: A020663 (>=0), A020664 (>0).

STATUS

approved

editing

#15 by N. J. A. Sloane at Mon Jan 04 12:38:16 EST 2016
STATUS

editing

approved

#14 by N. J. A. Sloane at Mon Jan 04 12:38:13 EST 2016
NAME

Earliest Lexicographically earliest nonnegative increasing sequence with such that no 4-term arithmetic progressionsfour terms have constant second differences.

COMMENTS

For the positive sequence, see A240555, which is this sequence plus 1. Is there a simple way of determining this sequence, as in the case of the no 3-term arithmetic progression?

CROSSREFS

For the positive sequence, see A240555, which is this sequence plus 1.

Cf. A240556 (no 5-term starting at 0), A240557 (no 5-term starting at 1).

Cf. A240556, A240557.

EXTENSIONS

Definition corrected by N. J. A. Sloane, Jan 04 2016.

STATUS

approved

editing

#13 by OEIS Server at Sat Apr 12 13:13:58 EDT 2014
LINKS

Vincenzo Librandi and T. D. Noe, <a href="/A240075/b240075_1.txt">Table of n, a(n) for n = 1..755</a> (first 123 terms from Vincenzo Librandi)

#12 by Bruno Berselli at Sat Apr 12 13:13:58 EDT 2014
STATUS

reviewed

approved

Discussion
Sat Apr 12
13:13
OEIS Server: Installed new b-file as b240075.txt.  Old b-file is now b240075_1.txt.