login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A338277
Greatest integer whose square root is less than or equal to Sum_{j=0..n} sqrt(j).
1
0, 1, 5, 17, 37, 70, 117, 181, 265, 372, 504, 664, 855, 1079, 1339, 1637, 1977, 2361, 2791, 3271, 3802, 4388, 5032, 5735, 6501, 7333, 8232, 9202, 10245, 11364, 12562, 13841, 15204, 16654, 18193, 19824, 21549, 23372, 25295, 27321, 29451, 31690, 34040, 36502, 39081, 41778, 44597, 47539, 50609, 53807
OFFSET
0,3
LINKS
FORMULA
a(n) ~ (4/9)*n^3 + (2/3)*n^2 + (4*zeta(-1/2)/3)*n^(3/2) + (11/36)*n + zeta(-1/2)*sqrt(n). - Robert Israel, Oct 28 2020
MAPLE
f:= n -> floor(add(sqrt(i), i=1..n)^2):
map(f, [$0..100]); # Robert Israel, Oct 28 2020
MATHEMATICA
a[n_] := Floor[(Sum[ Sqrt[k], {k, 0, n}])^2]; Array[a, 50, 0]
PROG
(PARI) a(n) = floor(sum(j=0, n, sqrt(j))^2); \\ Michel Marcus, Oct 26 2020
CROSSREFS
Cf. A025224.
Sequence in context: A053755 A162373 A146781 * A348228 A107199 A048209
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Oct 21 2020
STATUS
approved

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy