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!)
A370907 Expansion of e.g.f. (1/x) * Series_Reversion( 3*x/(2 + exp(3*x)) ). 1
1, 1, 5, 42, 519, 8526, 175329, 4338594, 125632035, 4169652390, 156101072373, 6508965708378, 299190004799679, 15031796956994286, 819581031710623017, 48199003176462356754, 3041324249730311069595, 204962505644116505863926 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = 1/(3*(n+1)) * Sum_{k=0..n+1} 2^(n+1-k) * k^n * binomial(n+1,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(serreverse(3*x/(2+exp(3*x)))/x))
(PARI) a(n) = sum(k=0, n+1, 2^(n+1-k)*k^n*binomial(n+1, k))/(3*(n+1));
CROSSREFS
Sequence in context: A102693 A052654 A108398 * A239997 A102244 A323313
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 May 3 12:43 EDT 2024. Contains 372212 sequences. (Running on oeis4.)