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!)
A367875 Expansion of e.g.f. exp(x * (3 + exp(x))). 1
1, 4, 18, 91, 512, 3169, 21352, 155257, 1209680, 10039825, 88318136, 819958033, 8004898600, 81913041721, 876117919616, 9770201709649, 113347591376672, 1365288066794017, 17043527322085096, 220145837754233713, 2937871757773069496, 40451715334029650953 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: Sum_{k>=0} x^k / (1 - (k+3)*x)^(k+1).
a(n) = Sum_{k=0..n} (k+3)^(n-k) * binomial(n,k).
a(0) = 1; a(n) = 3 * 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+3)^(n-k)*binomial(n, k));
CROSSREFS
Cf. A245834.
Sequence in context: A355247 A269450 A206639 * A172964 A317135 A196150
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 July 26 08:22 EDT 2024. Contains 374615 sequences. (Running on oeis4.)