login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A227719 Floor(1/s(n)), where s(n) = n*log(1+1/n) - (2n-1)/(2n). 3
5, 16, 33, 56, 86, 121, 162, 209, 263, 322, 387, 458, 536, 619, 708, 803, 905, 1012, 1125, 1244, 1370, 1501, 1638, 1781, 1931, 2086, 2247, 2414, 2588, 2767, 2952, 3143, 3341, 3544, 3753, 3968, 4190, 4417, 4650, 4889, 5135, 5386, 5643, 5906, 6176, 6451, 6732 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
That s(n) > 0 for n >=1 follows from the chain 1 < log 2 < 3/4 < 2 log 3/2 < 5/6 < 3 log 4/3 < 7/8 < 4 log 5/4 < ... ; i.e., n*log((n+1)/n) - (2n-1)/(2n) > 0 and (2n+1)/(2n+2) - n* log((n+1)/n) > 0. For the first, closeness to 0 is indicated by A227719 and A227720, and for the second, by A227721 and a sequence which possibly equals A094159. Conjecture: the four sequences are linearly recurrent.
LINKS
FORMULA
a(n) = -2*a(n-1) - a(n-2) + a(n-4) - 2*a(n-5) + a(n-6) (conjectured).
G.f.: (-5 - 6 x - 6 x^2 - 6 x^3 - 2 x^4 + x^5)/((-1 + x)^3 (1 + x + x^2 + x^3)) (conjectured).
MATHEMATICA
s[n_] := n*Log[1 + 1/n] - (2 n - 1)/(2 n);
Table[Floor[1/s[n]], {n, 1, 100}] (* A227719 *)
Table[Round[1/s[n]], {n, 1, 100}] (* A227720 *)
CROSSREFS
Sequence in context: A132479 A045944 A038361 * A172166 A358307 A131425
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jul 22 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)