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!)
A361829 a(n) = Sum_{k=0..n} binomial(2*k,k) * binomial(n*k,n-k). 3
1, 2, 10, 62, 486, 4482, 47106, 553226, 7152438, 100644194, 1527758136, 24839853326, 430045385424, 7888706328934, 152685931935634, 3106864307092950, 66253232332628166, 1476558925897693698, 34307420366092350048, 829217371825336147142 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] 1/sqrt(1 - 4*x*(1+x)^n).
log(a(n)) ~ n*(log(n) + (2*log(2) - 1)/log(n) - (1 - 1/log(n))*log(log(n) - 1)). - Vaclav Kotesovec, Mar 26 2023
MATHEMATICA
Table[Sum[Binomial[2*k, k]*Binomial[n*k, n-k], {k, 0, n}], {n, 0, 20}] (* Vaclav Kotesovec, Mar 26 2023 *)
PROG
(PARI) a(n) = sum(k=0, n, binomial(2*k, k)*binomial(n*k, n-k));
CROSSREFS
Main diagonal of A361830.
Sequence in context: A307364 A141140 A232472 * A361494 A371546 A175962
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 26 2023
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 August 8 21:17 EDT 2024. Contains 375023 sequences. (Running on oeis4.)