The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A351881 Expansion of e.g.f. 1 / (1 - x)^cosh(x). 2
1, 1, 2, 9, 42, 235, 1605, 12446, 108836, 1061565, 11402565, 133806134, 1703059974, 23366177055, 343788954691, 5399655967642, 90173526680152, 1595513146457993, 29817130502252169, 586883850601630054, 12135450890055396810, 263012688923611212107, 5962155058714267567319 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n-1,k-1) * |A009416(k)| * a(n-k).
a(n) ~ n! * n^(cosh(1)-1) / Gamma(cosh(1)). - Vaclav Kotesovec, Feb 23 2022
MATHEMATICA
nmax = 22; CoefficientList[Series[1/(1 - x)^Cosh[x], {x, 0, nmax}], x] Range[0, nmax]!
PROG
(PARI) my(x='x+O('x^30)); Vec(serlaplace(1/(1-x)^cosh(x))) \\ Michel Marcus, Feb 23 2022
CROSSREFS
Sequence in context: A276508 A347996 A092239 * A222472 A351882 A132847
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 23 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 June 10 01:53 EDT 2024. Contains 373251 sequences. (Running on oeis4.)