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!)
A363969 Expansion of Sum_{k>0} k^2 * x^(2*k-1) / (1 - x^(2*k-1)). 1
1, 1, 5, 1, 10, 5, 17, 1, 30, 10, 37, 5, 50, 17, 78, 1, 82, 30, 101, 10, 142, 37, 145, 5, 179, 50, 226, 17, 226, 78, 257, 1, 330, 82, 350, 30, 362, 101, 454, 10, 442, 142, 485, 37, 632, 145, 577, 5, 642, 179, 762, 50, 730, 226, 830, 17, 946, 226, 901, 78, 962, 257, 1191, 1, 1148, 330, 1157, 82 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = Sum_{d|n, d==1 mod 2} ((d+1)/2)^2.
MATHEMATICA
a[n_] := DivisorSum[n, ((# + 1)/2)^2 &, OddQ[#] &]; Array[a, 100] (* Amiram Eldar, Jun 30 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (d%2==1)*((d+1)/2)^2);
CROSSREFS
Sequence in context: A063475 A348689 A329752 * A135855 A116547 A013612
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jun 30 2023
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 July 22 02:40 EDT 2024. Contains 374479 sequences. (Running on oeis4.)