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!)
A344460 a(n) = Sum_{d|n} d * floor(sqrt(d)). 1
1, 3, 4, 11, 11, 18, 15, 27, 31, 43, 34, 62, 40, 59, 59, 91, 69, 117, 77, 131, 102, 124, 93, 174, 136, 172, 166, 207, 146, 253, 156, 251, 202, 241, 200, 377, 223, 307, 277, 387, 247, 410, 259, 396, 356, 371, 283, 526, 358, 518, 429, 544, 372, 630, 429, 615, 479, 554, 414, 797 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(10) = Sum_{d|10} d * floor(sqrt(d)) = 1*1 + 2*1 + 5*2 + 10*3 = 43.
MATHEMATICA
Table[Sum[k*Floor[Sqrt[k]] (1 - Ceiling[n/k] + Floor[n/k]), {k, n}], {n, 80}]
CROSSREFS
Sequence in context: A232891 A096223 A232862 * A195589 A339578 A244005
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, May 19 2021
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 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)