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!)
A215514 n-th derivative of cosh(x)^x at x=0. 0
1, 0, 0, 3, 0, -10, 90, 112, -1680, 5112, 52920, -328504, -1255320, 23508784, 14510496, -1763573160, 4091068800, 159016114496, -879390741312, -16959317684096, 164322768835200, 2137075591340928, -32790836323453824, -310912999830134272, 7354887176447775360 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = ((d/dx)^n cosh(x)^x)_{x=0}.
MAPLE
a:= n-> (D@@n)(x-> cosh(x)^x)(0):
seq (a(n), n=0..20); # Alois P. Heinz, Aug 14 2012
MATHEMATICA
f[x_] := Cosh[x]^x; Table[Derivative[ n] [f][0], {n, 25}]
CROSSREFS
Sequence in context: A071983 A302693 A327881 * A215347 A186247 A215585
KEYWORD
sign
AUTHOR
Michel Lagneau, Aug 14 2012
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)