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!)
A082136 Expansion of e.g.f. x*exp(5*x)*cosh(x). 5
0, 1, 10, 78, 560, 3880, 26400, 177632, 1185280, 7853184, 51699200, 338331136, 2201948160, 14258137088, 91894620160, 589744496640, 3770069811200, 24015941435392, 152494553825280, 965472423378944, 6096346179174400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Binomial transform of A082135. 5th binomial transform of (0,1,0,3,0,5,0,7,...)
LINKS
FORMULA
a(n) = n*(4^(n-1) + 6^(n-1))/2.
E.g.f.: x*exp(5*x)*cosh(x).
G.f. x*(1-10*x+26*x^2) / ( (6*x-1)^2*(4*x-1)^2 ). - R. J. Mathar, Nov 24 2012
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[x*Exp[5*x]*Cosh[x], {x, 0, nmax}], x]*Range[0, nmax]!] (* or *) Table[n*(4^(n-1)+6^(n-1))/2, {n, 0, 30}] (* G. C. Greubel, Feb 05 2018 *)
PROG
(PARI) for(n=0, 30, print1(n*(4^(n-1)+6^(n-1))/2, ", ")) \\ G. C. Greubel, Feb 05 2018
(Magma) [n*(4^(n-1)+6^(n-1))/2: n in [0..30]]; // G. C. Greubel, Feb 05 2018
CROSSREFS
Cf. A082134.
Sequence in context: A016201 A080618 A298270 * A153596 A316595 A348314
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Apr 06 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 April 17 22:02 EDT 2024. Contains 371767 sequences. (Running on oeis4.)