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!)
A306206 a(n) = Sum_{k=0..n} (n^2)!/((n^2-n*k)!*n!^k). 2
1, 2, 13, 3445, 127028721, 1249195963773451, 5343245431687763366112193, 14729376926426500067331714992293420777, 36332859343341728199556523379140726537646663631786369 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Vaclav Kotesovec, Jan 29 2019: (Start)
a(n) ~ 2 * (n^2)! / (n!)^n.
a(n) ~ n^(n^2 - n/2 + 1) / (exp(1/12) * 2^((n-3)/2) * Pi^((n-1)/2)). (End)
PROG
(PARI) {a(n) = sum(k=0, n, (n^2)!/((n^2-n*k)!*n!^k))}
CROSSREFS
Sequence in context: A144983 A110820 A139519 * A111016 A176947 A280798
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 April 19 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)