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!)
A303671 a(n) = [x^n] (6 / Sum_{k=0..n} (k+3)!*x^k)^(1/2). 3
1, -2, -4, -20, -140, -1192, -11656, -127072, -1517480, -19624400, -272656064, -4046157472, -63844717184, -1067307017600, -18846094327360, -350578477836160, -6854465726916640, -140564170444594880, -3017526392523529600, -67690323794750627200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
[seq(coeff(series((factorial(3)/add(factorial(k+3)*x^k, k=0..n))^(1/2), x, 30), x, n), n=0..25)]; # Muniru A Asiru, Apr 29 2018
PROG
(PARI) N=66; x='x+O('x^N); Vec((3!/sum(k=0, N, (k+3)!*x^k))^(1/2))
CROSSREFS
Sequence in context: A013329 A364393 A324311 * A330663 A370766 A102087
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 28 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)