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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009585 E.g.f. sinh(log(1+x)^2). 2
0, 0, 2, -6, 22, -100, 668, -6048, 64776, -763488, 9676152, -131167080, 1900043880, -29387788560, 484545133200, -8496674716320, 158018410132800, -3107703909004800, 64445168622156960, -1405303346393768160 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n)=sum(j=1..(n+1)/2, (4*j-2)!/(2*j-1)!*stirling1(n,4*j-2)), n>0, a(0)=0. [From Vladimir Kruchinin, Jun 08 2011]

EXAMPLE

sinh(log(x+1)^2) = 2/2!*x^2-6/3!*x^3+22/4!*x^4-100/5!*x^5...

PROG

(Maxima)

a(n):=sum((4*j-2)!/(2*j-1)!*stirling1(n, 4*j-2), j, 1, (n+1)/2); [From Vladimir Kruchinin, Jun 08 2011]

CROSSREFS

Sequence in context: A177478 A052517 A012270 * A012267 A012268 A009655

Adjacent sequences:  A009582 A009583 A009584 * A009586 A009587 A009588

KEYWORD

sign,easy

AUTHOR

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

EXTENSIONS

Extended with signs 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 00:09 EST 2012. Contains 205978 sequences.