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!)
A084587 Integer floor of the reciprocal of Gauss-Kuzmin distribution of n: a(n) = floor( log(2)/log(1 + 1/(n*(n+2))) ). 11
2, 5, 10, 16, 24, 33, 44, 55, 68, 83, 99, 116, 135, 155, 177, 199, 224, 249, 276, 305, 335, 366, 398, 432, 468, 504, 543, 582, 623, 665, 709, 754, 800, 848, 897, 948, 1000, 1053, 1108, 1164, 1222, 1281, 1341, 1403, 1466, 1530, 1596, 1663, 1732, 1802, 1873, 1946 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = (n^2 + 2n)*log(2) + O(1). - Charles R Greathouse IV, Sep 04 2015
PROG
(PARI) for(n=1, 100, a=floor(log(2)/log(1+1/(n*(n+2)))); print1(a, ", "))
CROSSREFS
Sequence in context: A031871 A026056 A267159 * A001859 A011903 A078435
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 31 2003
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 16 12:52 EDT 2024. Contains 371711 sequences. (Running on oeis4.)