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!)
A081563 Second binomial transform of expansion of exp(2*cosh(x)). 2
1, 2, 6, 20, 78, 332, 1566, 7940, 43518, 253532, 1573566, 10295540, 71069598, 513897932, 3893187486, 30741656420, 252979075518, 2161184079932, 19161309456126, 175782239098580, 1667967153565278, 16331180476591532 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A081562.
LINKS
FORMULA
E.g.f.: exp(2*x) * exp(2*cosh(x))/e^2 = exp(2*cosh(x)+2*x-2).
MAPLE
seq(coeff(series(exp(2*cosh(x)+2*x-2), x, n+1)*factorial(n), x, n), n = 0 .. 30); # G. C. Greubel, Aug 13 2019
MATHEMATICA
With[{nn = 30}, CoefficientList[Series[Exp[2 Cosh[x] + 2 x - 2], {x, 0, nn}], x] Range[0, nn]!] (* Vincenzo Librandi, Aug 08 2013 *)
PROG
(PARI) my(x='x+O('x^30)); Vec(serlaplace( exp(2*cosh(x)+2*x-2) )) \\ G. C. Greubel, Aug 13 2019
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!( Exp(2*Cosh(x)+2*x-2) )); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Aug 13 2019
(Sage) [factorial(n)*( exp(2*cosh(x)+2*x-2) ).series(x, n+1).list()[n] for n in (0..30)] # G. C. Greubel, Aug 13 2019
CROSSREFS
Sequence in context: A150181 A150182 A098469 * A038393 A357798 A027221
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Mar 22 2003
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 August 8 15:12 EDT 2024. Contains 375022 sequences. (Running on oeis4.)