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

A159263
a(0)=181; for n > 0, a(n) = a(n-1) + floor(sqrt a(n-1)).
1
181, 194, 207, 221, 235, 250, 265, 281, 297, 314, 331, 349, 367, 386, 405, 425, 445, 466, 487, 509, 531, 554, 577, 601, 625, 650, 675, 700, 726, 752, 779, 806, 834, 862, 891, 920, 950, 980, 1011, 1042, 1074, 1106, 1139, 1172, 1206, 1240, 1275, 1310, 1346
OFFSET
0,1
COMMENTS
Row 12 in square array A159016. This sequence contains infinitely many squares.
LINKS
MATHEMATICA
RecurrenceTable[{a[n]==a[n-1] + Floor[Sqrt[a[n-1]]], a[0] == 181}, a, {n, 0, 50}] (* G. C. Greubel, Jun 28 2018 *)
CROSSREFS
Cf. A159016.
Sequence in context: A157747 A253156 A139649 * A159548 A206281 A224614
KEYWORD
nonn
AUTHOR
Philippe Deléham, Apr 07 2009
STATUS
approved