cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A066789 a(n) = binomial(n^3, n^2).

This page as a plain text file.
%I A066789 #22 Dec 11 2024 11:33:39
%S A066789 1,70,4686825,488526937079580,130054841538480192455912505,
%T A066789 134084922435426494254000700271928170048684,
%U A066789 759782631286509488749614088922952734321921774350851547360350
%N A066789 a(n) = binomial(n^3, n^2).
%H A066789 Harry J. Smith, <a href="/A066789/b066789.txt">Table of n, a(n) for n = 1..23</a>
%t A066789 Table[Binomial[n^3, n^2], {n, 8}] (* _Zak Seidov_, May 26 2005 *)
%o A066789 (PARI) a(n) = { binomial(n^3, n^2) } \\ _Harry J. Smith_, Mar 26 2010
%Y A066789 Cf. A014062 = C(n^2, n).
%K A066789 nonn
%O A066789 1,2
%A A066789 _Benoit Cloitre_, Jan 18 2002
%E A066789 Edited by _N. J. A. Sloane_ at the suggestion of _Andrew S. Plewe_, May 27 2007