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!)
A186416 a(n) = binomial(2n,n)^4/(n+1)^3. 4
1, 2, 48, 2500, 192080, 18670176, 2125170432, 270968717448, 37634544090000, 5588044012339360, 875419364366134016, 143310129125665075392, 24338673855047938317568, 4264316875814353400000000, 767401591466550107174400000, 141345980472409642279275210000, 26569505644587874058090478570000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 4F3(1/2,1/2,1/2,1/2;2,2,2;256*x), where nFm(...;..;.) denotes a generalized hypergeometric series.
a(n) = (A000108(n))^3*A000984(n). - R. J. Mathar, Feb 23 2011
MAPLE
A186416 := proc(n) binomial(2*n, n)^4/(n+1)^3 ; end proc: # R. J. Mathar, Feb 23 2011
MATHEMATICA
Table[Binomial[2n, n]^4/(n+1)^3, {n, 0, 40}]
PROG
(Maxima) makelist(binomial(2*n, n)^4/(n+1)^3, n, 0, 40);
CROSSREFS
Sequence in context: A367254 A177317 A114714 * A210723 A346454 A322750
KEYWORD
easy,nonn
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 | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 19:49 EDT 2024. Contains 371963 sequences. (Running on oeis4.)