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!)
A303566 a(n) = [x^n] (Sum_{k=0..n} (k+1)!*x^k)/(Sum_{k=0..n} (k+1)!*(-x)^k). 3
1, 4, 8, 40, 128, 1168, 4448, 66400, 268544, 6124480, 25118336, 827294848, 3386501120, 153439657216, 624706655744, 37378784384512, 151446759993344, 11573673369828352, 46729404312578048, 4439994292732364800, 17884613664930529280, 2067374053521268559872 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(PARI) N=66; x='x+O('x^N); Vec(sum(k=0, N, (k+1)!*x^k)/sum(k=0, N, (k+1)!*(-x)^k))
CROSSREFS
Sequence in context: A343810 A165458 A009335 * A165622 A162076 A137047
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 August 20 05:24 EDT 2024. Contains 375310 sequences. (Running on oeis4.)