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!)
A292308 E.g.f.: 1/Product_{k>=1} (1 + x^k/k!). 3
1, -1, 1, -4, 21, -96, 520, -3795, 32053, -284368, 2763876, -30648465, 373339824, -4833294389, 67167087793, -1009753574739, 16215467043493, -275361718915824, 4947532173402532, -94054153646919213, 1882793796608183356, -39528099512321898363 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = (-1)^n * A076901(n).
a(n) ~ c * (-1)^n * n!, where c = Product_{k>=2} (1 + (-1)^k/k!) = 0.77351587386... - Vaclav Kotesovec, Sep 14 2017
MATHEMATICA
nmax = 20; Table[SeriesCoefficient[Product[1/(1 + x^k/k!), {k, 1, n}], {x, 0, n}], {n, 0, nmax}] * Range[0, nmax]! (* Vaclav Kotesovec, Sep 14 2017 *)
CROSSREFS
Sequence in context: A220574 A231377 A017967 * A076901 A080043 A240456
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 July 23 06:43 EDT 2024. Contains 374544 sequences. (Running on oeis4.)