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!)
A081558 Exponential generating function: exp(cosh(x)+2*x-1). 2
1, 2, 5, 14, 44, 152, 575, 2354, 10379, 48902, 245240, 1301984, 7294589, 42959282, 265263185, 1712168654, 11528506124, 80783015192, 588097479635, 4439382164114, 34699233959759, 280381494540182, 2339287666524440, 20125268756209664, 178348602246900569 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Old definition was "Second binomial transform of expansion of exp(cosh(x))".
Binomial transform of A081557.
LINKS
FORMULA
E.g.f.: exp(2*x) * exp(cosh(x))/e.
MAPLE
seq(coeff(series(exp(cosh(x)+2*x-1), x, n+1)*factorial(n), x, n), n = 0 .. 30); # G. C. Greubel, Aug 13 2019
MATHEMATICA
With[{nn = 30}, CoefficientList[Series[Exp[Cosh[x] + 2 x - 1], {x, 0, nn}], x] Range[0, nn]!] (* Vincenzo Librandi, Aug 08 2013 *)
PROG
(PARI) my(x='x+O('x^30)); Vec(serlaplace( exp(cosh(x)+2*x-1) )) \\ G. C. Greubel, Aug 13 2019
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!( Exp(Cosh(x)+2*x-1) )); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Aug 13 2019
(Sage) [factorial(n)*( exp(cosh(x)+2*x-1) ).series(x, n+1).list()[n] for n in (0..30)] # G. C. Greubel, Aug 13 2019
CROSSREFS
Sequence in context: A118929 A287252 A204064 * A202059 A350492 A014322
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Mar 22 2003
EXTENSIONS
Definition edited by N. J. A. Sloane, Dec 12 2021
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 May 15 09:54 EDT 2024. Contains 372540 sequences. (Running on oeis4.)