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!)
A371006 Expansion of e.g.f. (1/x) * Series_Reversion( x/(3*exp(x) - 2) ). 1
1, 3, 21, 246, 4143, 91938, 2543457, 84476766, 3278575515, 145703001450, 7299102908613, 407061606983430, 25016221521245703, 1679926053870309378, 122399565517464024009, 9617404242454811783598, 810684382032520533507891, 72976185712308646408856538 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 1/(n+1) * Sum_{k=0..n+1} 3^k * (-2)^(n+1-k) * k^n * binomial(n+1,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(serreverse(x/(3*exp(x)-2))/x))
(PARI) a(n) = sum(k=0, n+1, 3^k*(-2)^(n+1-k)*k^n*binomial(n+1, k))/(n+1);
CROSSREFS
Cf. A371007.
Sequence in context: A193333 A290129 A365602 * A355092 A205319 A355099
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 08 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 August 13 22:54 EDT 2024. Contains 375146 sequences. (Running on oeis4.)