OFFSET
0,4
COMMENTS
See A319571 for comments and references.
PROG
(Julia)
# Function stripe is defined in A319571.
function StripeEnumerationX(len)
x, y, state = 0, 0, false
for n in 0:len
print("$x, ")
x, y, state = stripe(x, y, state)
end
end
StripeEnumerationX(84)
CROSSREFS
KEYWORD
nonn
AUTHOR
Peter Luschny, Sep 23 2018
STATUS
approved