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”).

A027922
Least k such that 1+2+...+k >= 1^2 + 2^2 + ... + n^2.
1
1, 3, 5, 8, 10, 13, 17, 20, 24, 28, 32, 36, 40, 45, 50, 55, 60, 65, 70, 76, 81, 87, 93, 99, 105, 111, 118, 124, 131, 138, 144, 151, 158, 165, 173, 180, 187, 195, 203, 210, 218, 226, 234, 242, 251, 259, 267, 276, 284, 293, 302, 311, 319
OFFSET
1,2
LINKS
MATHEMATICA
Table[Ceiling[1/6 (-3+Sqrt[9+12n(1+n)(1+2n)])], {n, 60}] (* Harvey P. Dale, Oct 06 2020 *)
CROSSREFS
Sequence in context: A072150 A288575 A091309 * A097911 A051611 A258028
KEYWORD
nonn
STATUS
approved