login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009236 E.g.f. exp(sinh(x)^2) (even powers only). 0
1, 2, 20, 392, 12560, 579872, 36034880, 2874676352, 284538241280, 34058188677632, 4831480473359360, 799233222752602112, 152126941229960990720, 32947584100184816033792 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n)=sum(k=1..n, sum(i=0..2*k, (-1)^i*(k-i)^(2*n)*binomial(2*k,i))*(2^(2*(n-k))/k!)), n>0, a(0)=1. [Vladimir Kruchinin, Jun 06 2011]

MATHEMATICA

Exp[ Sinh[ x ]^2 ] (* Even Part *)

PROG

(Maxima)

a(n):=sum(sum((-1)^i*(k-i)^(2*n)*binomial(2*k, i), i, 0, 2*k)*(2^(2*(n-k))/k!), k, 1, n); [Vladimir Kruchinin, Jun 06 2011]

CROSSREFS

Sequence in context: A060164 A084948 A187661 * A078698 A090728 A185281

Adjacent sequences:  A009233 A009234 A009235 * A009237 A009238 A009239

KEYWORD

nonn

AUTHOR

R. H. Hardin (rhhardin(AT)att.net)

EXTENSIONS

Extended and signs tested Mar 15 1997 by Olivier Gerard.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:56 EST 2012. Contains 205860 sequences.