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!)
A364046 Expansion of Sum_{k>0} x^(4*k) / (1 + x^(5*k)). 3
0, 0, 0, 1, 0, 0, 0, 1, -1, 0, 0, 1, 0, 1, 0, 1, 0, -1, -1, 1, 0, 0, 0, 2, 0, 0, -1, 2, -1, 0, 0, 1, 0, 1, 0, 0, 0, -1, -1, 1, 0, 1, 0, 2, -1, 0, 0, 2, -1, 0, 0, 1, 0, 0, 0, 2, -1, -1, -1, 1, 0, 0, -1, 2, 0, 0, 0, 2, -1, 1, 0, 1, 0, 1, 0, 0, 0, -1, -1, 1, -1, 0, 0, 3, 0, 0, -1, 2, -1, -1, 0, 1, 0, 1, -1, 2, 0, 0, -2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,24
LINKS
FORMULA
G.f.: Sum_{k>0} (-1)^(k-1) * x^(5*k-1) / (1 - x^(5*k-1)).
a(n) = Sum_{d|n, d==4 (mod 5)} (-1)^d.
MATHEMATICA
a[n_] := DivisorSum[n, (-1)^# &, Mod[#, 5] == 4 &]; Array[a, 100] (* Amiram Eldar, Jul 03 2023 *)
PROG
(PARI) a(n) = sumdiv(n, d, (d%5==4)*(-1)^d);
CROSSREFS
Sequence in context: A105964 A303051 A324044 * A001899 A059882 A303206
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jul 03 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 September 16 22:04 EDT 2024. Contains 375979 sequences. (Running on oeis4.)