login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A357649 Expansion of e.g.f. cosh( (exp(3*x) - 1)/3 ). 4
1, 0, 1, 9, 64, 435, 3097, 24822, 232759, 2517345, 30070954, 382827225, 5110770205, 71421582024, 1049487311485, 16286699945853, 267145966335088, 4616924929100535, 83622792656855125, 1578916985654901366, 30957723637379211115, 628927539690331202661
(list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} 3^(n-2*k) * Stirling2(n,2*k).
a(n) ~ 3^n * exp(n/LambertW(3*n) - n - 1/3) * n^n / (LambertW(3*n)^n * 2*sqrt(1 + LambertW(3*n))). - Vaclav Kotesovec, Oct 07 2022
MATHEMATICA
With[{m = 20}, Range[0, m]! * CoefficientList[Series[Cosh[(Exp[3*x] - 1)/3], {x, 0, m}], x]] (* Amiram Eldar, Oct 07 2022 *)
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(cosh((exp(3*x)-1)/3)))
(PARI) a(n) = sum(k=0, n\2, 3^(n-2*k)*stirling(n, 2*k, 2));
CROSSREFS
Cf. A356572.
Sequence in context: A143631 A083328 A000846 * A231822 A049684 A037540
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 07 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 18 15:25 EDT 2024. Contains 376000 sequences. (Running on oeis4.)