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!)
A183199 Least integer k such that Floor(k*f(n+1))>k*f(n), where f(n)=(n^2)/(1+n^2). 1
3, 6, 11, 18, 27, 38, 51, 66, 83, 102, 123, 146, 171, 198, 227, 258, 291, 326, 363, 402, 443, 486, 531, 578, 627, 678, 731, 786, 843, 902, 963, 1026, 1091, 1158, 1227, 1298, 1371, 1446, 1523, 1602, 1683, 1766, 1851, 1938, 2027, 2118, 2211, 2306, 2403, 2502 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Appears to be essentially the same as A102305, A059100 and A010000. - R. J. Mathar, Jun 07 2011
LINKS
MATHEMATICA
Table[k=1; While[Floor[k*((n+1)^2)/(1+(n+1)^2)]<=k*(n^2)/(1+(n^2)), k++]; k, {n, 100}]
CROSSREFS
Cf. A183162.
Sequence in context: A140235 A224214 A010000 * A172046 A014125 A147456
KEYWORD
nonn
AUTHOR
Clark Kimberling, Dec 29 2010
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 March 28 14:02 EDT 2024. Contains 371254 sequences. (Running on oeis4.)