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!)
A305632 Expansion of Product_{r = 1 or not a perfect power} 1/(1 + (-x)^r). 2
1, 1, 0, 1, 2, 2, 1, 2, 4, 3, 2, 4, 6, 5, 4, 7, 10, 8, 7, 11, 15, 13, 12, 17, 22, 19, 18, 25, 30, 28, 26, 35, 42, 39, 38, 49, 59, 56, 54, 69, 81, 77, 76, 94, 110, 105, 105, 127, 147, 141, 142, 171, 195, 189, 190, 227, 257, 250, 254, 299, 335, 328, 334, 390, 432 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
EXAMPLE
O.g.f.: 1/((1 - x)(1 + x^2)(1 - x^3)(1 - x^5)(1 + x^6)(1 - x^7)(1 + x^10)...).
MATHEMATICA
nn=20;
radQ[n_]:=Or[n==1, GCD@@FactorInteger[n][[All, 2]]==1];
ser=Product[1/(1+(-x)^p), {p, Select[Range[nn], radQ]}];
Table[SeriesCoefficient[ser, {x, 0, n}], {n, 0, nn}]
CROSSREFS
Sequence in context: A368415 A370075 A144963 * A329069 A035374 A229219
KEYWORD
nonn
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)