The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A265376 a(1) = 1 and a(n) = Sum_{i=1..n-1} (-1)^i*i*a(i). 2
1, -1, -3, 6, 30, -120, -840, 5040, 45360, -362880, -3991680, 39916800, 518918400, -6227020800, -93405312000, 1307674368000, 22230464256000, -355687428096000, -6758061133824000, 121645100408832000, 2554547108585472000, -51090942171709440000, -1175091669949317120000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
1/abs(a(n)) + 1/abs(a(n+1)) = 1/(n-1)!, n = 3,5,7,... hence Sum_{n>1} 1/abs(a(n)) = cosh(1). - Peter McNair, Mar 04 2022
LINKS
FORMULA
For n>1, a(n) = (-1)^floor(n/2) * A001710(n) / floor(n/2). - Vaclav Kotesovec, Jan 26 2016
MATHEMATICA
a[1]=1; a[n_] := a[n] = Sum[(-1)^i*i*a[i], {i, 1, n - 1}]; Array[a, 33]
CROSSREFS
Cf. A004442, A001710 (b(n)=Sum_{i=1..n-1} i*b(i)).
Sequence in context: A090932 A361864 A280981 * A318431 A157534 A372024
KEYWORD
sign
AUTHOR
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 May 12 17:17 EDT 2024. Contains 372492 sequences. (Running on oeis4.)