|
Search: id:A119466
|
|
|
| A119466 |
|
Consider the standard game of Nim with 3 heaps and make a list of the losing positions (x,y,z) with x <= y <= z sorted by sum, ties broken by putting smallest value of x first, then y, then z; sequence gives z values. |
|
+0 6
|
|
| 0, 1, 2, 3, 3, 4, 5, 5, 6, 6, 7, 7, 7, 7, 6, 8, 9, 9, 10, 10, 11, 11, 11, 11, 10, 12, 12, 13, 13, 13, 13, 12, 14, 14, 14, 14, 12, 15, 15, 15, 15, 14, 15, 15, 14, 15, 13, 15, 14, 13, 12, 16, 17, 17, 18, 18, 19, 19, 19, 19, 18, 20, 20, 21, 21, 21, 21, 20, 22, 22, 22, 22, 20, 23, 23
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
Thanks to Ray Chandler (rayjchandler(AT)sbcglobal.net) for help in clarifying the relation between this sorted list and the one in A080595.
|
|
EXAMPLE
|
The triples with sum <= 20 (this sequence is the third
column) are:
0 0 0
0 1 1
0 2 2
0 3 3
1 2 3
0 4 4
0 5 5
1 4 5
0 6 6
2 4 6
0 7 7
1 6 7
2 5 7
3 4 7
3 5 6
0 8 8
0 9 9
1 8 9
0 10 10
|
|
CROSSREFS
|
A119464, A119465 give the x and y values; A080593, A080594, A080595 give the same values sorted in a different way.
Sequence in context: A123579 A166493 A005185 this_sequence A100922 A047785 A027923
Adjacent sequences: A119463 A119464 A119465 this_sequence A119467 A119468 A119469
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Joshua Zucker (joshua.zucker(AT)stanfordalumni.org), May 21 2006
|
|
|
Search completed in 0.002 seconds
|