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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009613 E.g.f. sinh(tan(x)*tan(x)) (even powers only). 3
0, 2, 16, 392, 21376, 1875872, 227105536, 35750690432, 7110343684096, 1750588208886272, 523940264885702656, 187423773435078920192, 78905518064423548911616, 38568578386644134655598592 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n)=sum(m=0..n, 1/(2*m+1)!*sum(j=4*m+2..2*n, binomial(j-1,4*m+1)*j!*2^(2*n-j)*(-1)^(n+1+j)*stirling2(2*n,j))). [From Vladimir Kruchinin, Jun 11 2011]

EXAMPLE

sinh(tan(x)*tan(x))=2/2!*x^2+16/4!*x^4+392/6!*x^6+21376/8!*x^8...

PROG

(Maxima)

a(n):=sum(1/(2*m+1)!*sum(binomial(j-1, 4*m+1)*j!*2^(2*n-j)*(-1)^(n+1+j)*stirling2(2*n, j), j, 4*m+2, 2*n), m, 0, n); [From Vladimir Kruchinin, Jun 11 2011]

CROSSREFS

Sequence in context: A002474 A172149 A012390 * A012388 A012752 A188904

Adjacent sequences:  A009610 A009611 A009612 * A009614 A009615 A009616

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 17 15:44 EST 2012. Contains 206050 sequences.