OFFSET
1,1
COMMENTS
There are Fibonacci(floor((n-2)/2)) terms with n digits (this is essentially A103609). - Ray Chandler, Oct 12 2017
LINKS
Ray Chandler, Table of n, a(n) for n = 1..10000
N. J. A. Sloane, 2178 And All That, Fib. Quart., 52 (2014), 99-120.
MATHEMATICA
okQ[t_]:=t==Reverse[t]&&First[t]!=0&&Min[Length/@Split[t]]>1; Sort[ Flatten[ (9*99)#&/@Flatten[Table[FromDigits/@Select[Tuples[{0, 1}, n], okQ], {n, 12}]]]] (* Harvey P. Dale, Jul 03 2013 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Mar 11 2013
STATUS
approved