OFFSET
1,4
COMMENTS
A Fibonacci-like sequence f satisfies f(n+2) = f(n+1) + f(n), and is uniquely identified by its two initial terms f(0) and f(1).
For any n>0, b(n) >= 2 (as n appears at index 2 in the Fibonacci-like sequence with initial terms n and 0).
Conjecturally, for any n>1, b(n) = A199088(n).
a(A000045(n)) = 1 for any n>0.
The ordinal transform mentioned is the one described in A002260: the ordinal transform of a sequence b(n) is the sequence t(n) = number of values in b(1),...,b(n) which are equal to b(n).
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..10000
Rémy Sigrist, C program for A286343
CROSSREFS
KEYWORD
nonn,look
AUTHOR
Rémy Sigrist, May 07 2017
STATUS
approved