[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
Revision History for A102664 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Lexically least sequence of distinct positive integers such that for all j and k, 1+a(j)-a(k) is 0, 1 or not a square.
(history; published version)
#5 by N. J. A. Sloane at Thu Oct 19 03:14:39 EDT 2017
AUTHOR

Brendan McKay and _Don Reble (djr(AT)nk.ca), _, Jan 27 2005

Discussion
Thu Oct 19
03:14
OEIS Server: https://oeis.org/edit/global/2703
#4 by Russ Cox at Sat Mar 31 10:32:48 EDT 2012
AUTHOR

_Brendan McKay (bdm(AT)cs.anu.edu.au) _ and Don Reble (djr(AT)nk.ca), Jan 27 2005

Discussion
Sat Mar 31
10:32
OEIS Server: https://oeis.org/edit/global/800
#3 by Russ Cox at Fri Mar 30 17:38:04 EDT 2012
EXTENSIONS

More terms from _David Wasserman (dwasserm(AT)earthlink.net), _, Apr 09 2008

Discussion
Fri Mar 30
17:38
OEIS Server: https://oeis.org/edit/global/184
#2 by N. J. A. Sloane at Sun Jun 29 03:00:00 EDT 2008
DATA

1, 2, 3, 7, 8, 12, 13, 14, 19, 24, 30, 35, 40, 41, 46, 52, 53, 57, 58, 63, 69, 74, 79, 80, 85, 86, 90, 91, 96, 97, 108, 119, 124, 130, 135, 136, 141, 147, 158, 163, 164, 174, 186, 191, 213, 224, 245, 288, 297, 299, 316, 322, 327, 338, 339, 349, 350, 355, 366, 383, 389

COMMENTS

Build up an array in which the rows are the numbers n^2 + k, - 1, where k is the smallest number that has not yet been covered:

KEYWORD

nonn,easy,more,new

EXTENSIONS

More terms from David Wasserman (dwasserm(AT)earthlink.net), Apr 09 2008

#1 by N. J. A. Sloane at Sun Feb 20 03:00:00 EST 2005
NAME

Lexically least sequence of distinct positive integers such that for all j and k, 1+a(j)-a(k) is 0, 1 or not a square.

DATA

1, 2, 3, 7, 8, 12, 13, 14, 19, 24, 30

OFFSET

1,2

COMMENTS

Build up an array in which the rows are the numbers n^2 + k, where k is the smallest number that has not yet been covered:

1, 4, 9,16,25,...

2, 5,10,17,26,...

3, 6,11,18,27,...

7,10,15,22,...

8,11,16,23,...

12,15,20,27,...

13,16,21,28,...

14,17,22,29,...

19,22,27,...

24,27,...

30,...

Sequence gives first column.

CROSSREFS

Cf. A030193.

KEYWORD

nonn,easy,more

AUTHOR

Brendan McKay (bdm(AT)cs.anu.edu.au) and Don Reble (djr(AT)nk.ca), Jan 27 2005

STATUS

approved