OFFSET
1,7
COMMENTS
Let x>=0, y>=0 be integers, sort according to x+y*(1+sqrt(5))/2, this sequence gives the y-values. - Joerg Arndt, Aug 16 2012
LINKS
Peter G. Anderson, Table of n, a(n) for n = 1..1571
EXAMPLE
[x+y*g, x, y]
[0.0000000, 0, 0]
[1.0000000, 1, 0]
[1.6180340, 0, 1]
[2.0000000, 2, 0]
[2.6180340, 1, 1]
[3.0000000, 3, 0]
[3.2360680, 0, 2]
[3.6180340, 2, 1]
[4.0000000, 4, 0]
[4.2360680, 1, 2]
[4.6180340, 3, 1]
[4.8541020, 0, 3]
[5.0000000, 5, 0]
[5.2360680, 2, 2]
[5.6180340, 4, 1]
- Joerg Arndt, Aug 17 2012.
PROG
(PARI) /* see A215344 */
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter G. Anderson, Aug 08 2012
STATUS
approved