OFFSET
1,2
LINKS
Paolo P. Lava, Table of n, a(n) for n = 1..382
EXAMPLE
Treated as strings, 69 is a substring of 117669030460994 = Fibonacci(69), so 69 belongs to the sequence.
MATHEMATICA
Select[Range[500], StringPosition[ToString[Fibonacci[ # ]], ToString[ # ]] != {} &]
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Joseph L. Pe, Mar 26 2002
STATUS
approved