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!)
A370908 Expansion of e.g.f. (1/x) * Series_Reversion( 4*x/(3 + exp(4*x)) ). 1
1, 1, 6, 58, 824, 15576, 368560, 10494352, 349680000, 13354956160, 575343613184, 27606884967168, 1460295317318656, 84429863673895936, 5297505756426098688, 358520710389920598016, 26033795963713021116416, 2019060825791610516504576 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = 1/(4*(n+1)) * Sum_{k=0..n+1} 3^(n+1-k) * k^n * binomial(n+1,k).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(serreverse(4*x/(3+exp(4*x)))/x))
(PARI) a(n) = sum(k=0, n+1, 3^(n+1-k)*k^n*binomial(n+1, k))/(4*(n+1));
CROSSREFS
Sequence in context: A316653 A302598 A302922 * A366298 A337594 A274985
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.)