A242390 Lexicographically earliest nonnegative integer sequence such that for every positive integer d, the sequence a(n+d)-a(n), n>=0 is injective.
0, 0, 1, 0, 3, 5, 1, 8, 0, 12, 7, 18, 1, 14, 11, 27, 31, 5, 3, 17, 42, 0, 50, 15, 35, 40, 27, 33, 1, 56, 65, 9, 79, 4, 30, 23, 60, 70, 88, 11, 106, 127, 17, 98, 41, 0, 122, 141, 9, 37, 77, 163, 119, 20, 0, 57, 182, 168, 98, 92, 202, 21, 199, 154, 6, 129, 227, 81, 2, 265
Offset: 0
Keywords
Examples
Determining a(4) : 0=a(3)+a(1)-a(0);1=a(3)+a(2)-a(1);2=a(2)+a(2)-a(0) are excluded, a(4)=3 is not.
Links
- Matthieu Pluntz, Table of n, a(n) for n = 0..2100
- Matthieu Pluntz, MATLAB program
Comments