108584423domain: NAppears in sequencesLeast integer k such that k/2^n > (1+sqrt(5))/2 (the golden ratio).at n=26A293314The integer k that minimizes |k/2^n - r|, where r = golden ratio.at n=26A293315a(n) = k if k is odd otherwise a(n) = k+1 and k = floor( 2^n*(1+sqrt(5))/2 ).at n=26A376448