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!)
A203240 Real part of even numbered terms of the sequence s(n)=(n-1)-st elementary symmetric function of (i, 2i, 3i,...,ni). 2
1, -11, 274, -13068, 1026576, -120543840, 19802759040, -4339163001600, 1223405590579200, -431565146817638400, 186244810780170240000, -96538966652493066240000, 59190128811701203599360000, -42373564558110787183902720000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (-1)^(n+1)*(2*n - 1)!*Sum(i=1..2*n-1, 1/i). - Arkadiusz Wesolowski, Mar 25 2013
From Anton Zakharov, Oct 26 2016: (Start)
a(n) = (-1)^(n+1)*Sum_{k=1..n} A094310(2n-1,k).
(-1)^(n+1)*a(n) = A000254(2*n-1) (signed bisection of A000254). (End)
EXAMPLE
See A203239.
MAPLE
a := n -> (-1)^(n-1)*(2*n-1)!*harmonic(2*n-1):
seq(a(n), n = 1..14); # Peter Luschny, Oct 26 2016
MATHEMATICA
f[k_] := k*I; t[n_] := Table[f[k], {k, 1, n}]
a[n_] := SymmetricPolynomial[n - 1, t[n]]
Table[a[n], {n, 1, 22}]
Table[-I*a[2 n], {n, 1, 22}] (* A203239 *)
Table[a[2 n - 1], {n, 1, 22}] (* A203240 *)
Table[(-1)^(n + 1)*(2*n - 1)!*HarmonicNumber[2*n - 1], {n, 14}] (* Arkadiusz Wesolowski, Mar 25 2013 *)
CROSSREFS
Sequence in context: A168147 A108519 A160195 * A062210 A049080 A210807
KEYWORD
sign
AUTHOR
Clark Kimberling, Dec 30 2011
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 13 05:00 EDT 2024. Contains 375113 sequences. (Running on oeis4.)