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!)
A370934 Expansion of e.g.f. (1/x) * Series_Reversion( x*(4 - exp(3*x))/3 ). 2
1, 1, 7, 84, 1497, 35676, 1067931, 38548980, 1630600677, 79132611420, 4334891782095, 264625534657188, 17815224081030129, 1311349332273617196, 104778837463344022179, 9031998822763725245268, 835500403485829779202557, 82557790782397502710806396 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(n+1)!) * Sum_{k=0..n} 3^(n-k) * (n+k)! * Stirling2(n,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(serreverse(x*(4-exp(3*x))/3)/x))
(PARI) a(n) = sum(k=0, n, 3^(n-k)*(n+k)!*stirling(n, k, 2))/(n+1)!;
CROSSREFS
Cf. A258923.
Sequence in context: A034323 A172455 A258174 * A254569 A183177 A367351
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 06 2024
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 September 4 09:09 EDT 2024. Contains 375681 sequences. (Running on oeis4.)