OFFSET
1,2
COMMENTS
Start with a(1) = 1. In general choose a(n) to be the smallest number consistent with a(i) (for i < n) and the other requirements.
EXAMPLE
First pair of digits is [12]; absolute difference = 1; 1 is the first digit of the sequence.
2nd pair of digits is [35]; absolute difference = 2; 2 is the 2nd digit of the sequence.
3rd pair of digits is [69]; absolute difference = 3; 3 is the 3rd digit of the sequence.
4th pair of digits is [16]; absolute difference = 5; 5 is the 4th digit of the sequence.
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Eric Angelini, Feb 04 2005, in collaboration with Hugo van der Sanden, Jacques Tramu, Frederic Zgud and Marc Seguin.
EXTENSIONS
Minor edits by N. J. A. Sloane, Jan 24 2008
STATUS
approved