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!)
A306207 a(n) = Sum_{k=0..n} (n^2)!/((n^2-n*k)!*k!^n). 2
1, 2, 19, 9745, 768211081, 17406784944114721, 179762725526880242306609281, 1230064011299573560897489169488350806401, 7660929590740297929124296619236388608530015362840364161 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A094663 A274762 A091688 * A355466 A073444 A301637
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 29 2019
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 May 12 15:35 EDT 2024. Contains 372482 sequences. (Running on oeis4.)