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!)
A305633 Expansion of Sum_{r not a perfect power} x^r/(1 + x^r). 2
0, 0, 1, 1, -1, 1, 1, 1, -1, 1, 1, 1, -2, 1, 1, 3, -1, 1, 2, 1, -2, 3, 1, 1, -3, 1, 1, 1, -2, 1, 1, 1, -1, 3, 1, 3, -3, 1, 1, 3, -3, 1, 1, 1, -2, 4, 1, 1, -4, 1, 2, 3, -2, 1, 3, 3, -3, 3, 1, 1, -4, 1, 1, 4, -1, 3, 1, 1, -2, 3, 1, 1, -3, 1, 1, 4, -2, 3, 1, 1, -4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,13
LINKS
MATHEMATICA
nn=100;
wadQ[n_]:=n>1&&GCD@@FactorInteger[n][[All, 2]]==1;
ser=Sum[x^p/(1+x^p), {p, Select[Range[nn], wadQ]}];
Table[SeriesCoefficient[ser, {x, 0, n}], {n, nn}]
CROSSREFS
Sequence in context: A254046 A137457 A275699 * A214123 A369188 A007862
KEYWORD
sign
AUTHOR
Gus Wiseman, Jun 07 2018
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)