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!)
A292279 Expansion of 1/Product_{k>=1} (1 + k!*x^k). 2
1, -1, -1, -5, -15, -93, -551, -4129, -33607, -312929, -3179343, -35602881, -432201743, -5678740945, -80142780751, -1210609725905, -19481112885231, -332836223507793, -6016678424942063, -114746996449871761, -2302527084416470255, -48495552665272893329 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
Convolution inverse of A265950.
a(n) ~ -n! * (1 - 1/n - 1/n^2 - 6/n^3 - 31/n^4 - 219/n^5 - 1932/n^6 - 19945/n^7 - 234837/n^8 - 3104108/n^9 - 45495817/n^10). - Vaclav Kotesovec, Sep 14 2017
G.f.: exp(Sum_{k>=1} Sum_{j>=1} (-1)^k*(j!)^k*x^(j*k)/k). - Ilya Gutkovskiy, Jun 18 2018
MATHEMATICA
nmax = 25; CoefficientList[Series[Product[1/(1 + k!*x^k), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Sep 13 2017 *)
PROG
(PARI) {a(n) = polcoeff(1/prod(k=1, n, 1+k!*x^k+x*O(x^n)), n)}
CROSSREFS
Sequence in context: A362577 A184438 A134135 * A268565 A358197 A121869
KEYWORD
sign
AUTHOR
Seiichi Manyama, Sep 13 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 April 25 09:49 EDT 2024. Contains 371967 sequences. (Running on oeis4.)