login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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. 1
1, 8, 105, 1920, 45045, 1290240, 43648605, 1703116800, 75293843625, 3719607091200, 203067496256625, 12140797545676800, 788917222956988125, 55362036808286208000, 4172583192219510193125, 336158287499913854976000 (list; graph; refs; listen; history; internal format)
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.

Sequence in context: A146346 A119934 A001922 * A082735 A024358 A055406

Adjacent sequences:  A113548 A113549 A113550 * A113552 A113553 A113554

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 13:28 EST 2012. Contains 206031 sequences.