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!)
A093434 a(n) = Product_{i=1..n} (2*n-i)*(2*n+i). 1
3, 180, 30240, 9979200, 5448643200, 4446092851200, 5068545850368000, 7694052600858624000, 15003402571674316800000, 36548288664598635724800000, 108767707065845539917004800000, 388300714225068577503707136000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The arithmetic mean of these numbers is 2n.
The old definition was "a(n) = product of 2n distinct numbers, n just less than 2n and n just more than 2n."
LINKS
FORMULA
a(n) ~ 3^(3*n+1/2) * n^(2*n) / (2*exp(2*n)). - Vaclav Kotesovec, Oct 21 2014
From Robert Israel, Jan 16 2017: (Start)
a(n) = (3*n)!/(2*n!).
a(n+1) = 3*(3*n+2)*(3*n+1)*a(n). (End)
EXAMPLE
a(3) = (3*4*5)*(7*8*9).
MAPLE
seq((3*n)!/(2*n!), n=1..50); # Robert Israel, Jan 16 2017
MATHEMATICA
Table[(3n)!/(2n*(n - 1)!), {n, 12}] (* Robert G. Wilson v, Apr 24 2004 *)
PROG
(Magma) [Factorial(3*n)/(2*Factorial(n)): n in [1..15]]; // Vincenzo Librandi, Jan 17 2017
(PARI) for(n=1, 30, print1((3*n)!/(2*n!), ", ")) \\ G. C. Greubel, Feb 13 2018
CROSSREFS
Sequence in context: A216967 A217443 A270245 * A053291 A013519 A042779
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Apr 01 2004
EXTENSIONS
More terms from Robert G. Wilson v, Apr 24 2004
Replaced definition with formula provided by Vaclav Kotesovec, Oct 21 2014. - N. J. A. Sloane, Jan 17 2017
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 April 19 02:12 EDT 2024. Contains 371782 sequences. (Running on oeis4.)