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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134356 a(n) = Product_{k=1..n-1} (3k+1)!/(n+k)!. 0
1, 4, 42, 1008, 51480, 5353920, 1100473920, 437480709120, 330886851724800, 470053968773760000, 1241242628123282400000, 6040838558884497984000000, 53797620867616662708672000000, 871394214986903051252166758400000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

a = {}; Do[k = Product[(3i + 1)!/(n + i)!, {i, 1, n - 1}]; AppendTo[a, k], {n, 1, 20}]; a

CROSSREFS

Cf. A005130.

Sequence in context: A197323 A197976 A143990 * A156479 A111829 A200000

Adjacent sequences:  A134353 A134354 A134355 * A134357 A134358 A134359

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Oct 22 2007

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 15 21:05 EST 2012. Contains 205855 sequences.