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!)
A357666 Expansion of e.g.f. sinh( (exp(4*x) - 1)/2 )/2. 3
0, 1, 4, 20, 160, 1872, 25024, 348224, 5055488, 78571776, 1332573184, 24695206912, 493816963072, 10492449771520, 234399640633344, 5480635606908928, 134015043318054912, 3427700843478056960, 91642829715498336256, 2556218693498006929408 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor((n-1)/2)} 4^(n-1-k) * Stirling2(n,2*k+1).
PROG
(PARI) my(N=20, x='x+O('x^N)); concat(0, Vec(serlaplace(sinh((exp(4*x)-1)/2)/2)))
(PARI) a(n) = sum(k=0, (n-1)\2, 4^(n-1-k)*stirling(n, 2*k+1, 2));
CROSSREFS
Sequence in context: A094651 A065526 A032333 * A366639 A068965 A185672
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 07 2022
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 September 14 06:54 EDT 2024. Contains 375920 sequences. (Running on oeis4.)