STATUS
proposed
approved
proposed
approved
editing
proposed
a(n) = n/log(2) + O(1). - _Charles R Greathouse IV, _, Oct 31 2013
proposed
editing
editing
proposed
a(2) is given by floor(1/(1-1/sqrt(2))). [From former A230748.]
(PARI) a(n)=1\(1-1/2^(1/n)) \\ Charles R Greathouse IV, Oct 31 2013
proposed
editing
editing
proposed
Following formulae merged in from former A230748, M. F. Hasler, May 14 2020:
a(n) = floor(1/(1-1/2^(1/n))).
a(n) = n/log(2) + O(1). - Charles R Greathouse IV, Oct 31 2013
a(n) = floor(1/(1-x)) with x^n = 1/2: f(n) = 1/(2^(1/n)-1) is never an integer for n > 1, whence floor(f(n)+1) = ceiling(f(n)) = a(n). - M. F. Hasler, Nov 02 2013, and Gabriel Conant, May 01 2016
approved
editing
reviewed
approved
proposed
reviewed
editing
proposed