The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A292319 Expansion of Product_{k>=1} ((1 - k!*x^k)/(1 + k!*x^k)). 1
1, -2, -2, -6, -22, -130, -870, -6578, -56270, -533346, -5551534, -63053074, -776254350, -10302652946, -146717718254, -2232271391058, -36147843303406, -620859957094930, -11275285124686446, -215901942195987986, -4347742535086701038, -91860773988102875922 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Convolution of A292279 and A292280.
Convolution inverse of A292318.
a(n) ~ -2 * n! * (1 - 2/n - 2/n^2 - 8/n^3 - 42/n^4 - 306/n^5 - 2812/n^6 - 30246/n^7 - 368710/n^8 - 5015300/n^9 - 75279670/n^10). - Vaclav Kotesovec, Sep 15 2017
MATHEMATICA
nmax = 25; CoefficientList[Series[Product[(1 - k!*x^k)/(1 + k!*x^k), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Sep 15 2017 *)
CROSSREFS
Sequence in context: A085403 A112478 A184715 * A290653 A138801 A188958
KEYWORD
sign
AUTHOR
Seiichi Manyama, Sep 14 2017
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 May 15 17:39 EDT 2024. Contains 372548 sequences. (Running on oeis4.)