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!)
A166895 a(n) = Sum_{k=0..[n/2]} C(n-k,k)^(n-k)*n/(n-k), n>=1. 8
1, 3, 7, 39, 366, 5697, 194881, 16288695, 2430565261, 564615230758, 257227244037248, 319346787227133873, 832952161388710135215, 3382434539389226013260403, 22966972221673234523620345857 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Logarithmic derivative of A166894.
EXAMPLE
L.g.f.: L(x) = x + 3*x^2/2 + 7*x^3/3 + 39*x^4/4 + 366*x^5/5 + 5697*x^6/6 +...
exp(L(x)) = 1 + x + 2*x^2 + 4*x^3 + 14*x^4 + 89*x^5 + 1050*x^6 +...+ A166894(n)*x^n +...
MATHEMATICA
Table[Sum[Binomial[n - k, k]^(n - k) *n/(n - k), {k, 0, Floor[n/2]}], {n, 1, 25}] (* G. C. Greubel, May 27 2016 *)
PROG
(PARI) a(n)=sum(k=0, n\2, binomial(n-k, k)^(n-k)*n/(n-k))
CROSSREFS
Sequence in context: A074582 A105621 A181081 * A368627 A018998 A018941
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 23 2009
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 29 03:46 EDT 2024. Contains 374727 sequences. (Running on oeis4.)