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!)
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 (list; graph; refs; listen; history; text; internal format)
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: A294755 A102446 A348957 * A291856 A358996 A192309
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 26 2018
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 16 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)