[go: up one dir, main page]

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!)
A372625 Expansion of Sum_{k>=1} k^2 * x^(k^2) / (1 + x^k). 2
1, -1, 1, 3, 1, -5, 1, 3, 10, -5, 1, -6, 1, -5, 10, 19, 1, -14, 1, -13, 10, -5, 1, 10, 26, -5, 10, -13, 1, -39, 1, 19, 10, -5, 26, 14, 1, -5, 10, -6, 1, -50, 1, -13, 35, -5, 1, 46, 50, -30, 10, -13, 1, -50, 26, -30, 10, -5, 1, -11, 1, -5, 59, 83, 26, -50, 1, -13, 10, -79 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = Sum_{d|n, d <= sqrt(n)} (-1)^(d + n/d) * d^2.
MATHEMATICA
nmax = 70; CoefficientList[Series[Sum[k^2 x^(k^2)/(1 + x^k), {k, 1, nmax}], {x, 0, nmax}], x] // Rest
Table[DivisorSum[n, (-1)^(# + n/#) #^2 &, # <= Sqrt[n] &], {n, 1, 70}]
CROSSREFS
Sequence in context: A273262 A274532 A254765 * A300893 A325249 A352453
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, May 07 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 August 29 03:06 EDT 2024. Contains 375510 sequences. (Running on oeis4.)