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!)
A357665 Expansion of e.g.f. sinh( (exp(3*x) - 1)/sqrt(3) )/sqrt(3). 3
0, 1, 3, 12, 81, 765, 7938, 85239, 963819, 11801862, 158533443, 2320621569, 36425289816, 604576791405, 10532817901791, 192197187209484, 3673078679995677, 73486862051182425, 1536507360834633666, 33482575797899354235, 758209049155176114807 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor((n-1)/2)} 3^(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(3*x)-1)/sqrt(3))/sqrt(3)))))
(PARI) a(n) = sum(k=0, (n-1)\2, 3^(n-1-k)*stirling(n, 2*k+1, 2));
CROSSREFS
Sequence in context: A303033 A207322 A188227 * A224608 A023881 A067111
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.)