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!)
A349639 a(n) = Sum_{k=0..n} binomial(n,k) * A000108(k) * k^k. 1
1, 2, 11, 163, 4177, 150606, 7002679, 399296682, 26997867705, 2112814307980, 187919721166951, 18727570061711897, 2067435790679136937, 250474099952311886236, 33043529154916822685459, 4715582224589290429430011, 723854564711343436767660481, 118933484485939500023357177356 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c * 2^(2*n) * n^(n - 3/2) /sqrt(Pi), where c = Sum_{k>=0} 1/(4^k*k!*exp(k)) = exp(exp(-1)/4) = 1.09633177846412646399584148732...
MATHEMATICA
Table[1+Sum[Binomial[n, j]*CatalanNumber[j]*j^j, {j, 1, n}], {n, 0, 20}]
PROG
(PARI) a(n) = sum(k=0, n, binomial(n, k) * (binomial(2*k, k)/(k+1)) * k^k); \\ Michel Marcus, Nov 23 2021
CROSSREFS
Sequence in context: A275923 A288560 A318173 * A067968 A295269 A197336
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Nov 23 2021
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)