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!)
A302662 Imaginary part of Product_{k=1..n} (k+(n-k+1)i), with i=sqrt(-1). 3
0, 1, 5, 20, 0, -1560, -26825, -272000, 0, 84086080, 2484885325, 40560998400, 0, -28152429760000, -1180588763732625, -26582971351040000, 0, 32774236110420480000, 1780605230870046303125, 51128938217766256640000, 0, -98456230888859903488000000, -6569779608356896665959265625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) = 0 when n is a multiple of 4 (A008586). - Michel Marcus, Apr 11 2018
LINKS
MAPLE
seq(Im(mul(k+(n-k+1)*I, k=1..n)), n=0..30); # Muniru A Asiru, Apr 11 2018
PROG
(PARI) {a(n) = imag(prod(k=1, n, k+(n-k+1)*I))}
CROSSREFS
Real part: A302661.
Sequence in context: A357517 A122152 A104314 * A261545 A093482 A283522
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 11 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 May 16 12:32 EDT 2024. Contains 372552 sequences. (Running on oeis4.)