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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069121 n^4*binomial(2n,n). 0
0, 2, 96, 1620, 17920, 157500, 1197504, 8240232, 52715520, 318995820, 1847560000, 10328229912, 56073378816, 297051536600, 1541119305600, 7852824450000, 39392404439040, 194905125100620, 952671403252800 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

REFERENCES

J. M. Borwein and P. B. Borwein, Pi and the AGM, Wiley, 1987, p. 386.

FORMULA

sum(n=1, inf, 1/a(n))=17*Pi^4/3240 (Comtet, 1974)

a(n)=a(n-1)(4n-2)n^3/(n-1)^4, n>1. - Michael Somos, Apr 18 2003

Equals A002736*n^2. - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 28 2006

MAPLE

with(combinat):for n from 0 to 18 do printf(`%d, `, n^3*sum(binomial(2*n, n), k=1..n)) od: - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 13 2007

PROG

(PARI) a(n)=if(n<1, 0, n^4*binomial(2*n, n))

CROSSREFS

Sequence in context: A042057 A137322 A158980 * A157065 A123115 A119696

Adjacent sequences:  A069118 A069119 A069120 * A069122 A069123 A069124

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 07 2002

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 16:49 EST 2012. Contains 205824 sequences.