login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

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 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079711 C(2n,n)^(2n). 1
4, 1296, 64000000, 576480100000000, 1032774265740240721281024, 387314409522870177464536579782475776, 31452987943797976564466916243982925571509006106624, 566574142904620264536665169363475932852029446342410000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Resultant of (x+1)^(2n) and P(2n,x)=sum(k=0,2n,C(n,k)^2*x^k). (Resultant of (x+1)^(2n+1) and P(2n+1,x)=sum(k=0,2n+1,C(n,k)^2*x^k) is 0.)
LINKS
MATHEMATICA
Table[Binomial[2n, n]^(2n), {n, 8}] (* Harvey P. Dale, Aug 10 2014 *)
PROG
(Magma) [Binomial(2*n, n)^(2*n): n in [1..10]]; // Vincenzo Librandi, Aug 11 2014
CROSSREFS
Sequence in context: A160004 A324299 A227850 * A283260 A217601 A172925
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 31 2003
EXTENSIONS
One more term (a(8)) from Harvey P. Dale, Aug 10 2014
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 December 10 11:20 EST 2023. Contains 367710 sequences. (Running on oeis4.)