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

%I #9 Sep 15 2017 07:51:55

%S 1,-2,-2,-6,-22,-130,-870,-6578,-56270,-533346,-5551534,-63053074,

%T -776254350,-10302652946,-146717718254,-2232271391058,-36147843303406,

%U -620859957094930,-11275285124686446,-215901942195987986,-4347742535086701038,-91860773988102875922

%N Expansion of Product_{k>=1} ((1 - k!*x^k)/(1 + k!*x^k)).

%F Convolution of A292279 and A292280.

%F Convolution inverse of A292318.

%F 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

%t 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 *)

%Y Cf. A292279, A292280, A292318.

%K sign

%O 0,2

%A _Seiichi Manyama_, Sep 14 2017

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 10:38 EDT 2024. Contains 371791 sequences. (Running on oeis4.)