login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A119696
Fib(n)*n^3*(binomial(2*n, n))^2/(n+1).
0
0, 2, 96, 5400, 188160, 6615000, 210760704, 6565110552, 197880883200, 5859173445840, 170673897680000, 4912438527364368, 139967228091285504, 3955257204911740000, 110989637900511552000, 3096031244768383500000
OFFSET
0,2
MAPLE
[seq((fib(n)*n^3*(binomial(2*n, n))^2/(n+1)), n=0..20)];
MATHEMATICA
Table[Fibonacci[n]n^3(Binomial[2n, n])^2/(n+1), {n, 0, 20}] (* Harvey P. Dale, Jun 21 2011 *)
CROSSREFS
Sequence in context: A362406 A157065 A123115 * A264542 A064069 A065128
KEYWORD
easy,nonn
AUTHOR
Zerinvary Lajos, Jun 09 2006
STATUS
approved