A240229 a(n) is the shortest concatenation of the Fibonacci numbers F(1), F(2), ..., divisible by F(n) = A000045(n), n >= 1. a(n) = 0 if there is no such concatenation.
1, 1, 112, 11235, 11235, 112, 1123581321345589144233, 11235, 11235813213455891442333776109871597258, 11235813213455891442333776109871597258441816765, 1123581321345589144233377610987159725844181676, 1123581321345589144233377610987159725844181676510946177112865746368
Offset: 1
Examples
a(3) = 112 because neither 1 nor 11 are divisible by F(3) = 2, but 112, the concatenation of F(1), F(2) and F(3) is.
Formula
See the name.
Comments