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!)
A159018 a(0)=5; a(n) = a(n-1) + floor(sqrt(a(n-1))), n > 0. 1
5, 7, 9, 12, 15, 18, 22, 26, 31, 36, 42, 48, 54, 61, 68, 76, 84, 93, 102, 112, 122, 133, 144, 156, 168, 180, 193, 206, 220, 234, 249, 264, 280, 296, 313, 330, 348, 366, 385, 404, 424, 444, 465, 486, 508, 530, 553, 576, 600, 624, 648, 673, 698, 724, 750, 777, 804, 832, 860, 889, 918, 948, 978 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Row 1 in square array A159016.
This sequence contains an infinity of squares. - Philippe Deléham, Apr 04 2009
Intersection of the sequence with A000290 generates A002063. - Vincenzo Librandi, Apr 10 2009, clarified by R. J. Mathar, Dec 03 2010
LINKS
MAPLE
A:= Array(0..100):
A[0]:= 5:
for n from 1 to 100 do A[n]:= A[n-1]+floor(sqrt(A[n-1])) od:
convert(A, list); # Robert Israel, Nov 26 2020
CROSSREFS
Cf. A028392.
Sequence in context: A075329 A177031 A336008 * A361415 A345980 A368872
KEYWORD
nonn
AUTHOR
Philippe Deléham, Apr 02 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 16 16:49 EDT 2024. Contains 371749 sequences. (Running on oeis4.)