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!)
A368510 a(n) = Sum_{k=0..n} n^(n-k) * binomial(k+n,k). 0
1, 3, 16, 113, 1026, 11782, 166776, 2825349, 55797790, 1258065866, 31866312336, 895430095738, 27632885411236, 928823226029532, 33772464199743184, 1320627875038128045, 55259636489069057910, 2463499964955575965954, 116560977980742613228704 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] 1/((1-n*x) * (1-x)^(n+1)).
a(n) ~ exp(1) * n^n. - Vaclav Kotesovec, Dec 28 2023
PROG
(PARI) a(n) = sum(k=0, n, n^(n-k)*binomial(n+k, k));
CROSSREFS
Sequence in context: A124537 A355720 A305133 * A074523 A329113 A042437
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 28 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 July 13 13:53 EDT 2024. Contains 374284 sequences. (Running on oeis4.)