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!)
A357662 Expansion of e.g.f. cosh( (exp(3*x) - 1)/sqrt(3) ). 3
1, 0, 3, 27, 198, 1485, 12825, 132678, 1582497, 20603727, 284290560, 4132840239, 63571690485, 1038868740000, 18022911716439, 330305863479615, 6355242571945878, 127721845479277737, 2672729031195365949, 58142565625982730462, 1313557910179640120061 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} 3^(n-k) * Stirling2(n,2*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); apply(round, Vec(serlaplace(cosh((exp(3*x)-1)/sqrt(3)))))
(PARI) a(n) = sum(k=0, n\2, 3^(n-k)*stirling(n, 2*k, 2));
CROSSREFS
Sequence in context: A230170 A043023 A198686 * A087426 A145608 A083713
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 April 23 02:09 EDT 2024. Contains 371906 sequences. (Running on oeis4.)