The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A370909 Expansion of e.g.f. (1/x) * Series_Reversion( 3*x/(1 + 2*exp(3*x)) ). 1
1, 2, 14, 174, 3174, 76902, 2331630, 85048686, 3629630070, 177523551990, 9793095667326, 601667773414974, 40747538527887366, 3016185673617546822, 242280567558408368142, 20991011860150103490318, 1951271511259385883645846, 193723174296061459833879702 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 1/(3*(n+1)) * Sum_{k=0..n+1} 2^k * k^n * binomial(n+1,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(serreverse(3*x/(1+2*exp(3*x)))/x))
(PARI) a(n) = sum(k=0, n+1, 2^k*k^n*binomial(n+1, k))/(3*(n+1));
CROSSREFS
Sequence in context: A308449 A233224 A167014 * A366736 A300282 A336635
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 05 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 June 4 19:15 EDT 2024. Contains 373102 sequences. (Running on oeis4.)