login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A333809
G.f.: Sum_{k>=1} (-1)^(k + 1) * x^(k*(k + 1)) / (1 - x^k).
5
0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 2, 0, 1, 1, 1, -1, 2, 0, 1, 0, 1, 0, 2, -1, 1, 2, 1, -1, 2, 0, 2, 0, 1, 0, 2, 0, 1, 0, 1, -1, 3, 0, 1, -1, 1, 1, 2, -1, 1, 0, 2, 0, 2, 0, 1, 0, 1, 0, 3, -1, 2, 0, 1, -1, 2, 2, 1, -2, 1, 0, 3, -1, 2, 0, 1, -1, 2, 0, 1, 0, 2, 0, 2, -2, 1, 2
OFFSET
1,15
COMMENTS
Number of odd divisors of n that are < sqrt(n) minus number of even divisors of n that are < sqrt(n).
MATHEMATICA
nmax = 90; CoefficientList[Series[Sum[(-1)^(k + 1) x^(k (k + 1))/(1 - x^k), {k, 1, nmax}], {x, 0, nmax}], x] // Rest
CROSSREFS
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Apr 05 2020
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 21 19:38 EDT 2024. Contains 376089 sequences. (Running on oeis4.)