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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A186414 Binomial(2n,n)^3/(n+1)^2. 5
1, 2, 24, 500, 13720, 444528, 16099776, 631628712, 26317863000, 1149330319280, 52120705189696, 2437827529099872, 117006104720150464, 5740095404246000000, 286939169121965760000, 14579498741074214418000 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

LINKS

Table of n, a(n) for n=0..15.

FORMULA

G.f.: 3F2({1/2, 1/2, 1/2}, {2, 2}, 64x), where 3F2 is a hypergeometric function.

MATHEMATICA

Table[Binomial[2n, n]^3/(n + 1)^2, {n, 0, 20}]

PROG

(Maxima) makelist(binomial(2*n, n)^3/(n+1)^2, n, 0, 40);

(MAGMA) [Binomial(2*n, n)^3/(n+1)^2: n in [0..50]]; - Vincenzo Librandi, Mar 27 2011

CROSSREFS

Cf. A000108, A002894, A000888, A002897.

Sequence in context: A052712 A133413 A012236 * A187658 A138450 A054946

Adjacent sequences:  A186411 A186412 A186413 * A186415 A186416 A186417

KEYWORD

nonn,easy

AUTHOR

Emanuele Munarini, Feb 21 2011

STATUS

approved

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 June 19 08:40 EDT 2013. Contains 226401 sequences.