A227719 Floor(1/s(n)), where s(n) = n*log(1+1/n) - (2n-1)/(2n).
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
Offset: 1
Links
- Clark Kimberling, Table of n, a(n) for n = 1..1000
Programs
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).
Comments