A286343 For n>0, let b(n) = greatest index of n in any Fibonacci-like sequence containing n. This sequence is the ordinal transform of b.
1, 1, 1, 2, 1, 2, 3, 1, 3, 2, 4, 5, 1, 6, 3, 2, 7, 4, 8, 5, 1, 9, 6, 3, 7, 2, 10, 8, 4, 9, 10, 5, 11, 1, 12, 13, 6, 14, 3, 7, 15, 2, 16, 17, 8, 18, 4, 9, 19, 10, 20, 5, 11, 21, 1, 12, 22, 13, 23, 6, 14, 24, 3, 15, 7, 16, 25, 2, 17, 26, 18, 19, 8, 20, 27, 4, 21
Offset: 1
Links
- Rémy Sigrist, Table of n, a(n) for n = 1..10000
- Rémy Sigrist, C program for A286343
Comments