login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

a(n)< a(n+1) and: each digit is the absolute difference of the previous two; each digit is the absolute difference of the next two; each digit is the absolute difference of its two neighbors.
0

%I #3 Mar 31 2012 13:46:51

%S 0,1,10,110,1101,10110,110110,1101101,10110110,110110110,1101101101,

%T 10110110110

%N a(n)< a(n+1) and: each digit is the absolute difference of the previous two; each digit is the absolute difference of the next two; each digit is the absolute difference of its two neighbors.

%C Remove the least number of commas from A011655 and concatenate digits accordingly so to have a(n)< a(n+1).

%K base,easy,nonn

%O 0,3

%A _Eric Angelini_, Feb 13 2005