login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131704 a(1)=1. a(n+1) = sum{k=1 to floor(sqrt(n))} a(floor(k*sqrt(n))). 0
1, 1, 1, 1, 2, 2, 2, 3, 3, 6, 6, 6, 9, 9, 9, 9, 19, 19, 19, 32, 32, 32, 32, 32, 32, 81, 81, 81, 130, 130, 130, 130, 130, 140, 189, 189, 378, 378, 378, 567, 567, 567, 567, 619, 619, 821, 821, 831, 831, 1711, 1711, 1711, 2591, 2640, 2692, 2881, 2881, 2881, 3761, 3963 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,5

LINKS

Table of n, a(n) for n=1..60.

MATHEMATICA

a = {1}; Do[AppendTo[a, Sum[a[[Floor[k*Sqrt[n - 1]]]], {k, 1, Floor[Sqrt[n - 1]]}]], {n, 2, 100}]; a - Stefan Steinerberger, Sep 18 2007

CROSSREFS

Sequence in context: A035680 A103600 A082861 * A124492 A057646 A052275

Adjacent sequences:  A131701 A131702 A131703 * A131705 A131706 A131707

KEYWORD

nonn

AUTHOR

Leroy Quet Sep 16 2007

EXTENSIONS

More terms from Stefan Steinerberger, Sep 18 2007

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 24 02:16 EDT 2013. Contains 225613 sequences.