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!)
A367874 Expansion of e.g.f. exp(x * (2 + exp(x))). 3
1, 3, 11, 48, 241, 1358, 8445, 57256, 419233, 3290202, 27507349, 243731084, 2278919697, 22402234390, 230781192301, 2484462888312, 27880896280513, 325432611292082, 3943062342781605, 49504837209940612, 642982531293731761, 8626753575445207278 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: Sum_{k>=0} x^k / (1 - (k+2)*x)^(k+1).
a(n) = Sum_{k=0..n} (k+2)^(n-k) * binomial(n,k).
a(0) = 1; a(n) = 2 * a(n-1) + Sum_{k=1..n} binomial(n-1,k-1) * k * a(n-k). - Ilya Gutkovskiy, Feb 02 2024
PROG
(PARI) a(n) = sum(k=0, n, (k+2)^(n-k)*binomial(n, k));
CROSSREFS
Cf. A240165.
Sequence in context: A233162 A345341 A186185 * A317170 A127087 A113060
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Dec 03 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 31 02:21 EDT 2024. Contains 375550 sequences. (Running on oeis4.)