OFFSET
1,33
COMMENTS
Designed to be integer and 200 in length, this function is a limited representation of a Devil's staircase function; a projection of a set of rational numbers onto the integers.
LINKS
Per Bak, Commensurate phases, incommensurate phases and the devil's staircase, Rep. Prog. Phys. 45 (1982) pp.587-629.
Eric Weisstein's World of Mathematics, Devil's Staircase.
FORMULA
a(n) = floor(1+200*Winding_Number(Omega)): 0<=omega<=1;in steps of 1/200
MATHEMATICA
f[{omega_, t_}]:={omega, t+omega-Sin[2Pi t]/(2Pi)}; WindingNumber[n_, {omega_, t_}]:=(Nest[f, {omega, t}, n][[2]]-t)/n; a=Table[Floor[1+200*WindingNumber[1000, {omega, 0}]], {omega, 0, 1, .005}]
CROSSREFS
KEYWORD
nonn,less,uned
AUTHOR
Roger L. Bagula, Apr 01 2008
STATUS
approved