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!)
A297793 a(n) = Sum_{d|n} min(d, n/d)^3. 5
1, 2, 2, 10, 2, 18, 2, 18, 29, 18, 2, 72, 2, 18, 56, 82, 2, 72, 2, 146, 56, 18, 2, 200, 127, 18, 56, 146, 2, 322, 2, 146, 56, 18, 252, 416, 2, 18, 56, 396, 2, 504, 2, 146, 306, 18, 2, 632, 345, 268, 56, 146, 2, 504, 252, 832, 56, 18, 2, 882, 2, 18, 742, 658, 252 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Henri Cohen, Sums involving the values at negative integers of L-functions of quadratic characters, Math. Ann. 217 (1975), no. 3, 271-285. MR0382192 (52 #3080).
FORMULA
a(n) = - Sum_{k in Z} (k^2-n)*H(4*n-k^2) where H() is the Hurwitz class number.
MATHEMATICA
a[n_] := DivisorSum[n, Min[#, n/#]^3 &]; Array[a, 65] (* Amiram Eldar, Oct 04 2023*)
PROG
(PARI) {a(n) = sumdiv(n, d, min(d, n/d)^3)}
CROSSREFS
Sum_{d|n} min(d, n/d)^k: A117004 (k=1), A297792 (k=2), this sequence (k=3), A297794 (k=4), A297795 (k=5).
Cf. A259825.
Sequence in context: A135816 A157341 A038036 * A351177 A319880 A133631
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 06 2018
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 6 04:23 EDT 2024. Contains 373114 sequences. (Running on oeis4.)