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!)
A066789 a(n) = binomial(n^3, n^2). 1
1, 70, 4686825, 488526937079580, 130054841538480192455912505, 134084922435426494254000700271928170048684, 759782631286509488749614088922952734321921774350851547360350 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Table[Binomial[n^3, n^2], {n, 8}] (* Zak Seidov, May 26 2005 *)
PROG
(PARI) { for (n=1, 23, write("b066789.txt", n, " ", binomial(n^3, n^2)) ) } \\ Harry J. Smith, Mar 26 2010
CROSSREFS
Cf. A014062 = C(n^2, n).
Sequence in context: A172829 A228521 A222746 * A103165 A116276 A056666
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 18 2002
EXTENSIONS
Edited by N. J. A. Sloane at the suggestion of Andrew S. Plewe, May 27 2007
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 18:15 EDT 2024. Contains 371962 sequences. (Running on oeis4.)