login

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

A107446
a(n) = binomial(n^4, n).
2
1, 1, 120, 85320, 174792640, 782083984500, 6505247592703944, 90471680541391718800, 1951589337580920650595840, 61742372998425082372103866380, 2743355077591282538231819720749000, 165382891003629711761140477728569323368, 13151651360462180865959048190677701749268800
OFFSET
0,3
LINKS
FORMULA
a(n) ~ e^n*n^(3n - 1/2)/sqrt(2*Pi). - Harlan J. Brothers, Aug 05 2023
MATHEMATICA
Table[Binomial[n^4, n], {n, 10}]
PROG
(PARI) a(n) = {binomial(n^4, n)} \\ Andrew Howroyd, Feb 03 2020
CROSSREFS
Cf. A014062 (binomial(n^2, n)).
Sequence in context: A333043 A058528 A001421 * A184887 A279579 A159735
KEYWORD
nonn
AUTHOR
Zak Seidov, May 26 2005
EXTENSIONS
a(0)=1 prepended and terms a(11) and beyond from Andrew Howroyd, Feb 03 2020
STATUS
approved