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!)
A306749 Expansion of Product_{k>=1} 1/(1 - x^k * (1 - x)). 4
1, 1, 1, 0, 0, -1, 1, -1, 2, -2, 2, -4, 6, -8, 11, -13, 16, -23, 32, -44, 61, -80, 102, -133, 178, -243, 331, -441, 579, -759, 1001, -1335, 1792, -2398, 3186, -4205, 5537, -7320, 9734, -12975, 17266, -22893, 30267, -40004, 52968, -70282, 93348, -123900, 164179, -217277 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
FORMULA
G.f.: exp(Sum_{k>=1} x^k * Sum_{d|k} (1 - x)^d/d). - Ilya Gutkovskiy, Apr 16 2019
MATHEMATICA
m = 49; CoefficientList[Series[Product[1/(1 - x^k * (1 - x)), {k, 1, m}], {x, 0, m}], x] (* Amiram Eldar, May 14 2021 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(1/prod(k=1, N, 1-x^k*(1-x)))
CROSSREFS
Sequence in context: A345256 A291299 A241576 * A338286 A272371 A191651
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 16 2019
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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)