Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A326757

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
a(n) is the X-coordinate of the n-th nonattacking queen placed by a greedy algorithm on N^3 (see Comments for details).
(history; published version)
#16 by Michael De Vlieger at Sat Jan 08 12:28:53 EST 2022
STATUS

reviewed

approved

#15 by Joerg Arndt at Sat Jan 08 08:59:19 EST 2022
STATUS

proposed

reviewed

#14 by Rémy Sigrist at Sat Jan 08 05:42:01 EST 2022
STATUS

editing

proposed

#13 by Rémy Sigrist at Sat Jan 08 05:38:07 EST 2022
LINKS

Rémy Sigrist, <a href="https://A326757practical-ardinghelli-959d8f.netlify.app/a326757.html">Interactive scatterplot of the first 25000 queens</a>

STATUS

approved

editing

Discussion
Sat Jan 08
05:42
Rémy Sigrist: moved HTML linked file outside OEIS for security considerations (see A147552)
#12 by N. J. A. Sloane at Wed Jul 24 01:38:03 EDT 2019
STATUS

proposed

approved

#11 by Rémy Sigrist at Wed Jul 24 00:42:34 EDT 2019
STATUS

editing

proposed

#10 by Rémy Sigrist at Wed Jul 24 00:39:14 EDT 2019
EXAMPLE

The first queen is placed at position (0, 0, 0) and attacks every position (m*i, m*j, m*k) with max(abs(i), abs(, j), abs(, k)) = 1 and m > 0.

Discussion
Wed Jul 24
00:42
Rémy Sigrist: added b-file and example
#9 by Rémy Sigrist at Wed Jul 24 00:36:32 EDT 2019
EXAMPLE

The first queen is placed at position (0, 0, 0) and attacks every position (m*i, m*j, m*k) with max(abs(i), abs(j), abs(k)) = 1 and m > 0.

It attacks every position (m*i, m*j, m*k) with max(abs(i), abs(j), abs(k)) = 1 and m > 0.

#8 by Rémy Sigrist at Wed Jul 24 00:35:40 EDT 2019
COMMENTS

This sequence is a 3-dimensional variant of A275901.

EXAMPLE

The traversal of N^3 starts:

X Y Z

- - -

0 0 0

0 0 1

0 1 0

1 0 0

0 0 2

0 1 1

1 0 1

0 2 0

1 1 0

2 0 0

0 0 3

0 1 2

1 0 2

...

The first queen is placed at position (0, 0, 0).

It attacks every position (m*i, m*j, m*k) with max(abs(i), abs(j), abs(k)) = 1 and m > 0.

The second queen is placed at position (0, 1, 2).

#7 by Rémy Sigrist at Wed Jul 24 00:14:44 EDT 2019
LINKS

Rémy Sigrist, <a href="/A326757/b326757.txt">Table of n, a(n) for n = 0..10000</a>

STATUS

approved

editing