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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107444 C(n^3,n). 1
1, 28, 2925, 635376, 234531275, 131513824548, 104200375748469, 110859231254749120, 152494520486567153895, 263409560461970212832400, 558225230412816157198777770, 1424174931670379304734465767920 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..65

MATHEMATICA

Table[Binomial[n^3, n], {n, 12}]

PROG

(MAGMA) [Binomial(n^3, n): n in [1..30]]; // Vincenzo Librandi, Apr 22 2011

(PARI) vector(100, n, binomial(n^3, n))

CROSSREFS

Cf. A014062 C(n^2, n).

Sequence in context: A184134 A100548 A103660 * A061787 A128506 A164655

Adjacent sequences:  A107441 A107442 A107443 * A107445 A107446 A107447

KEYWORD

nonn,easy

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), May 26 2005

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 17 19:01 EST 2012. Contains 206077 sequences.