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!)
A126794 a(1)=1. a(n+1) = a(n) + a(floor(sqrt(n))). 0
1, 2, 3, 4, 6, 8, 10, 12, 14, 17, 20, 23, 26, 29, 32, 35, 39, 43, 47, 51, 55, 59, 63, 67, 71, 77, 83, 89, 95, 101, 107, 113, 119, 125, 131, 137, 145, 153, 161, 169, 177, 185, 193, 201, 209, 217, 225, 233, 241, 251, 261, 271, 281, 291, 301, 311, 321, 331, 341, 351 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(26) = a(25) + a(floor(sqrt(25))) = 71 + a(5) = 71 + 6 = 77.
MAPLE
a[1]:=1: for n from 1 to 75 do a[n+1]:=a[n]+a[floor(sqrt(n))] od: seq(a[n], n=1..75); # Emeric Deutsch, Feb 24 2007
CROSSREFS
Sequence in context: A056865 A097602 A347625 * A011862 A122957 A078769
KEYWORD
nonn
AUTHOR
Leroy Quet, Feb 20 2007
EXTENSIONS
More terms from Emeric Deutsch, Feb 24 2007
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 19 11:14 EDT 2024. Contains 371791 sequences. (Running on oeis4.)