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!)
A371008 Expansion of e.g.f. (1/x) * Series_Reversion( x/(3 - 2*exp(x)) ). 1
1, -2, 6, -14, -82, 2058, -22778, 55186, 4737630, -141417830, 1940770358, 18532189410, -2031211536242, 63333969461098, -624072759994266, -46503997775007182, 3129486110236404926, -90436659990999596742, -559947921342589721450 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 1/(n+1) * Sum_{k=0..n+1} (-2)^k * 3^(n+1-k) * k^n * binomial(n+1,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(serreverse(x/(3-2*exp(x)))/x))
(PARI) a(n) = sum(k=0, n+1, (-2)^k*3^(n+1-k)*k^n*binomial(n+1, k))/(n+1);
CROSSREFS
Cf. A371009.
Sequence in context: A192764 A055691 A072171 * A308568 A296054 A333121
KEYWORD
sign
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 9 05:47 EDT 2024. Contains 375027 sequences. (Running on oeis4.)