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!)
A238474 a(n) = (-1)^n*(n+3)!/(2*(n+1)) for n >= 0. 2
3, -6, 20, -90, 504, -3360, 25920, -226800, 2217600, -23950080, 283046400, -3632428800, 50295168000, -747242496000, 11856247603200, -200074178304000, 3577797070848000, -67580611338240000, 1344498478202880000, -28100018194440192000, 615524208068689920000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Third column of Sheffer type triangle A238363 (without leading zeros).
LINKS
FORMULA
a(n) = (-1)^n*(n+3)!/(2*(n+1)) for n >= 0.
E.g.f.: (d^3/dx^3)(log(1+x)*x^2/2!) = (x^2+3*x+3)/(1+x)^3.
MATHEMATICA
Fold[Append[#1, (-1)^#2 (#2 + 3)!/(2 (#2 + 1))] &, {3}, Range@ 20] (* Michael De Vlieger, Dec 18 2017 *)
CROSSREFS
Cf. A238363.
Sequence in context: A162171 A194992 A163881 * A019017 A019049 A019057
KEYWORD
sign,easy
AUTHOR
Wolfdieter Lang, Mar 01 2014
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 24 11:21 EDT 2024. Contains 371936 sequences. (Running on oeis4.)