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!)
A367886 Expansion of e.g.f. 1/(1 - x * (exp(3*x) - 1)). 1
1, 0, 6, 27, 324, 3645, 54918, 923643, 18061704, 394663833, 9607469130, 256997250279, 7502660832780, 237243300445125, 8079508278302958, 294800526215739315, 11473728720705019152, 474469344621574172721, 20774758472643152149650 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = n * Sum_{k=2..n} 3^(k-1) * binomial(n-1,k-1) * a(n-k).
a(n) = n! * Sum_{k=0..floor(n/2)} 3^(n-k) * k! * Stirling2(n-k,k)/(n-k)!.
PROG
(PARI) a(n) = n!*sum(k=0, n\2, 3^(n-k)*k!*stirling(n-k, k, 2)/(n-k)!);
CROSSREFS
Sequence in context: A047778 A290802 A360754 * A351735 A322233 A164985
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Dec 04 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 17 09:45 EDT 2024. Contains 374364 sequences. (Running on oeis4.)