login
A192852
Lexicographically earliest sequence such that a(n+1+a(n)) = n - a(n).
1
0, 1, 1, 1, 2, 3, 1, 3, 6, 3, 1, 5, 10, 7, 1, 3, 14, 7, 1, 13, 18, 7, 1, 3, 22, 11, 1, 21, 26, 15, 1, 3, 30, 7, 1, 29, 34, 15, 1, 3, 38, 27, 1, 37, 42, 15, 1, 3, 46, 7, 1, 45, 50, 23, 1, 3, 54, 43
OFFSET
1,5
COMMENTS
Eric Angelini calls this "A seed and a jumping bean": The value of a(n) indicates over how many terms to the left one jumps, starting at index n, to reach the place which is to filled such that the two values sum up to n.
LINKS
E. Angelini, A seed and a jumping bean, Oct. 2011
E. Angelini, A seed and a jumping bean [Cached copy, with permission]
CROSSREFS
Sequence in context: A020501 A283878 A086404 * A152976 A153861 A118981
KEYWORD
nonn
AUTHOR
M. F. Hasler, based on the original idea of Eric Angelini, Oct 11 2011
STATUS
approved