4985538889domain: NAppears in sequencesTake first n bits of the infinite Fibonacci word A003849, regard them as a binary number, then convert it to base 10.at n=33A182028First differences of A182028.at n=33A214319a(0)=1, a(1)=0; thereafter a(n) = 2^Fibonacci(n-1)*a(n-1) + a(n-2).at n=8A288581