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!)
A357661 Expansion of e.g.f. cosh( (exp(2*x) - 1)/sqrt(2) ). 3
1, 0, 2, 12, 60, 320, 2040, 15568, 133648, 1230336, 11962400, 123144384, 1349008320, 15731096576, 194349866880, 2527082917120, 34392647418112, 488243791183872, 7216792525799936, 110936087161801728, 1771199461131500544, 29324602146652307456 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} 2^(n-k) * Stirling2(n,2*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); apply(round, Vec(serlaplace(cosh((exp(2*x)-1)/sqrt(2)))))
(PARI) a(n) = sum(k=0, n\2, 2^(n-k)*stirling(n, 2*k, 2));
CROSSREFS
Sequence in context: A001574 A074445 A038154 * A371399 A061834 A364283
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 May 1 17:11 EDT 2024. Contains 372175 sequences. (Running on oeis4.)