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!)
A159258 a(0)=155; for n > 0, a(n) = a(n-1) + floor(sqrt(a(n-1))). 1
155, 167, 179, 192, 205, 219, 233, 248, 263, 279, 295, 312, 329, 347, 365, 384, 403, 423, 443, 464, 485, 507, 529, 552, 575, 598, 622, 646, 671, 696, 722, 748, 775, 802, 830, 858, 887, 916, 946, 976, 1007, 1038, 1070, 1102, 1135, 1168, 1202, 1236, 1271, 1306 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Row 11 of square array in A159016. This sequence contains infinitely many squares.
LINKS
MATHEMATICA
RecurrenceTable[{a[n]==a[n-1] + Floor[Sqrt[a[n-1]]], a[0] == 155}, a, {n, 0, 50}] (* G. C. Greubel, Jun 28 2018 *)
CROSSREFS
Sequence in context: A200709 A368138 A248657 * A214472 A259379 A122475
KEYWORD
nonn
AUTHOR
Philippe Deléham, Apr 07 2009
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)