OFFSET
0,1
COMMENTS
If the sequence is regarded as the binary representation of the number 0.1101011111110...... in decimal it is 0.843596927232253....
EXAMPLE
Step n=0: 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, etc.
Step n=1: 2*n-1=1 thus after any 1 number -> 1 number of Step=0 is inserted
1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, etc.
Step n=2: 2*n-1=3 thus after any 3 numbers -> 1 number of Step=1 is inserted
1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, etc.
Step n=3: 2*n-1=5 thus after any 5 numbers -> 1 number of Step=2 is inserted
1, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, etc.
And so on.
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Paolo P. Lava and Giorgio Balzarotti, Jan 25 2008, Mar 05 2008
STATUS
approved