[go: up one dir, main page]

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!)
A212649 a(n) = floor(sum_{k, 0 <= k <= n-1} sqrt(n^2 - k^2)). 0
1, 3, 8, 13, 21, 30, 41, 53, 67, 82, 99, 118, 138, 159, 183, 207, 234, 262, 291, 322, 355, 389, 425, 462, 501, 542, 584, 628, 673, 720, 768, 818, 870, 923, 977, 1034, 1091, 1151, 1212, 1274, 1338, 1404, 1471, 1540, 1610, 1682, 1756, 1831, 1908, 1986, 2066 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n)/n^2 converges to pi/4 = 0.78539816... when n tends to infinity.
LINKS
FORMULA
a(n) = Floor(sum_{k, 0<=k<=n-1} sqrt(A094728(n,k))).
EXAMPLE
A094728(4) is {16, 15, 12, 7). Hence, a(4) = floor(sqrt(16) + sqrt(15) + sqrt(12) + sqrt(7)) = floor(13.9828...) = 13.
MATHEMATICA
Table[Floor[Sum[Sqrt[n^2 - k^2], {k, 0, n - 1}]], {n, 60}] (* T. D. Noe, Mar 19 2013 *)
CROSSREFS
Sequence in context: A317194 A319128 A094110 * A084535 A351355 A194427
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, Mar 07 2013
EXTENSIONS
a(16)-a(50) from Giovanni Resta, Mar 19 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 August 29 16:28 EDT 2024. Contains 375517 sequences. (Running on oeis4.)