357939domain: NAppears in sequencesa(n) = floor(((1+sqrt(3))/2)^n).at n=40A125895Numbers generated by recursive procedure a(n) = nozero(a(n-1) * 3), in which the function nozero(x) removes all zeros from x, starting with a(1) = 1.at n=22A243845