The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A372709 a(n) = Sum_{k=1..n} tau(n*k), where tau(n) = number of divisors of n, cf. A000005. 2
1, 5, 9, 18, 19, 41, 31, 56, 59, 83, 57, 136, 73, 127, 151, 170, 103, 233, 119, 270, 239, 233, 151, 406, 241, 285, 311, 424, 205, 579, 225, 464, 425, 399, 473, 758, 283, 459, 517, 812, 319, 891, 339, 742, 853, 587, 375, 1138, 571, 893, 731, 920, 437, 1157, 847, 1250 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Conjecture: a(n) ~ A372674(n) / 2. - Vaclav Kotesovec, May 13 2024
MATHEMATICA
Table[Sum[DivisorSigma[0, k*n], {k, 1, n}], {n, 1, 50}] (* Vaclav Kotesovec, May 13 2024 *)
PROG
(PARI) a(n) = sum(k=1, n, numdiv(n*k));
CROSSREFS
Sequence in context: A233584 A262315 A315119 * A061502 A110349 A036832
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 11 2024
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 June 12 14:48 EDT 2024. Contains 373331 sequences. (Running on oeis4.)