|
Search: id:A113551
|
|
|
| A113551 |
|
a(n) = product of next n even numbers beginning with n if n is even else product of next n odd numbers beginning with n. |
|
+0 2
|
|
| 1, 8, 105, 1920, 45045, 1290240, 43648605, 1703116800, 75293843625, 3719607091200, 203067496256625, 12140797545676800, 788917222956988125, 55362036808286208000, 4172583192219510193125, 336158287499913854976000
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
EXAMPLE
|
a(3) = 3*5*7 = 105, a(4)= 4*6*8*10=1920.
|
|
MAPLE
|
seq(mul((2*k+n), k=1..n)/3, n=1..16); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jan 29 2008
|
|
MATHEMATICA
|
Do[Print[Product[n + 2i, {i, 0, n - 1}]], {n, 1, 20}] (Poff)
|
|
CROSSREFS
|
Cf. A113549, A113550.
Adjacent sequences: A113548 A113549 A113550 this_sequence A113552 A113553 A113554
Sequence in context: A034300 A119934 A001922 this_sequence A082735 A024358 A055406
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 03 2005
|
|
EXTENSIONS
|
More terms from Tracy Poff (tracy.poff(AT)gmail.com), Dec 31 2005
|
|
|
Search completed in 0.002 seconds
|