[go: up one dir, main page]

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”).

Search: a306206 -id:a306206
     Sort: relevance | references | number | modified | created      Format: long | short | data
a(n) = Sum_{k=0..n} (n^2)!/((n^2-n*k)!*k!^n).
+10
2
1, 2, 19, 9745, 768211081, 17406784944114721, 179762725526880242306609281, 1230064011299573560897489169488350806401, 7660929590740297929124296619236388608530015362840364161
OFFSET
0,2
LINKS
FORMULA
From Vaclav Kotesovec, Jan 29 2019: (Start)
a(n) ~ (n^2)! / (n! * ((n-1)!)^n).
a(n) ~ exp(n - 1/12) * n^(n^2 - n/2 + 1/2) / (2*Pi)^(n/2). (End)
PROG
(PARI) {a(n) = sum(k=0, n, (n^2)!/((n^2-n*k)!*k!^n))}
CROSSREFS
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 29 2019
STATUS
approved

Search completed in 0.004 seconds