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!)
A327096 Expansion of Sum_{k>=1} sigma(k) * x^k / (1 - x^(2*k)), where sigma = A000203. 2
1, 3, 5, 7, 7, 15, 9, 15, 18, 21, 13, 35, 15, 27, 35, 31, 19, 54, 21, 49, 45, 39, 25, 75, 38, 45, 58, 63, 31, 105, 33, 63, 65, 57, 63, 126, 39, 63, 75, 105, 43, 135, 45, 91, 126, 75, 49, 155, 66, 114, 95, 105, 55, 174, 91, 135, 105, 93, 61, 245, 63, 99 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Inverse Moebius transform of A002131.
Dirichlet convolution of A000027 with A001227.
LINKS
FORMULA
G.f.: Sum_{k>=1} A002131(k) * x^k / (1 - x^k).
G.f.: Sum_{k>=1} A001227(k) * x^k / (1 - x^k)^2.
a(n) = Sum_{d|n} A002131(d).
a(n) = Sum_{d|n} d * A001227(n/d).
a(n) = (A007429(n) + A288417(n)) / 2.
Sum_{k=1..n} a(k) ~ c * n^2, where c = Pi^4/96 = 1.01467803... (A300707). - Amiram Eldar, Oct 23 2022
MATHEMATICA
nmax = 62; CoefficientList[Series[Sum[DivisorSigma[1, k] x^k/(1 - x^(2 k)), {k, 1, nmax}], {x, 0, nmax}], x] // Rest
a[n_] := Sum[Total[Select[Divisors[d], OddQ[d/#] &]], {d, Divisors[n]}]; Table[a[n], {n, 1, 62}]
PROG
(PARI) a(n)={sumdiv(n, d, if(n/d%2, sigma(d)))} \\ Andrew Howroyd, Sep 13 2019
CROSSREFS
Sequence in context: A098566 A006540 A099726 * A202664 A202124 A201088
KEYWORD
nonn,mult
AUTHOR
Ilya Gutkovskiy, Sep 13 2019
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)