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!)
A357664 Expansion of e.g.f. sinh( (exp(2*x) - 1)/sqrt(2) )/sqrt(2). 3
0, 1, 2, 6, 32, 220, 1592, 11944, 96000, 847120, 8209952, 86020704, 958326272, 11243157952, 138464594816, 1789358629504, 24250275913728, 344002396594432, 5092763802452480, 78443316497892864, 1253887341918199808, 20761127890765634560 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor((n-1)/2)} 2^(n-1-k) * Stirling2(n,2*k+1).
PROG
(PARI) my(N=30, x='x+O('x^N)); concat(0, apply(round, Vec(serlaplace(sinh((exp(2*x)-1)/sqrt(2))/sqrt(2)))))
(PARI) a(n) = sum(k=0, (n-1)\2, 2^(n-1-k)*stirling(n, 2*k+1, 2));
CROSSREFS
Sequence in context: A206300 A224884 A361354 * A321086 A111550 A261398
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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)