A085369 Cutting sequence for 1/e.
1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 0
Offset: 1
Keywords
Examples
a(6) = 1, where 1's correspond to members of the lower Beatty pair A006594 which is generated from floor(n*(1 + 1/e)). Check: floor(5*(1 + 1/e)) = 6. All terms not in A006594 are 0's. a(7) = 0, where 7 is not a member of A006594, but is a member of the upper Beatty pair sequence A000572 which has the generator floor(n*(e + 1)). Check: floor(2*(1 + e)) = 7.
References
- Manfred R. Schroeder, "Fractals, Chaos, Power Laws", Freeman, 1996, p. 56.
Formula
Given the line y = (1/e)x starting from (0, 0) and passing through an array of squares, a "1" denotes an intersection with a vertical line, while an "0" denotes an intersection with a horizontal line.
Comments