[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A303565
a(n) = [x^n] (Sum_{k=0..n} k!*x^k)/(Sum_{k=0..n} k!*(-x)^k).
5
1, 2, 2, 10, 18, 202, 418, 8762, 18546, 648842, 1361090, 72858394, 150831762, 11533704106, 23631529186, 2447950210490, 4980921068466, 671176131216458, 1359534955872002, 230971485534437722, 466475222145987282, 97492025362288590058, 196500782158151756578
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 4*(n-1)! if n is even and a(n) ~ 2*n! if n is odd. - Vaclav Kotesovec, May 02 2018
PROG
(PARI) N=66; x='x+O('x^N); Vec(sum(k=0, N, k!*x^k)/sum(k=0, N, k!*(-x)^k))
CROSSREFS
Cf. A303566.
Sequence in context: A102446 A372021 A348957 * A291856 A358996 A192309
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 26 2018
STATUS
approved