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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009321 E.g.f. log(1+log(1+x)*exp(x)) 0
0, 1, 0, 1, -5, 23, -129, 894, -7202, 65365, -661763, 7412348, -91009060, 1214988851, -17522921545, 271538506004, -4499710415184, 79404970485241, -1486680068450391, 29435486083635796, -614519419914446388 (list; graph; refs; listen; history; internal format)
OFFSET

0,5

FORMULA

a(n)=sum(k=1..n, ((-1)^(k-1)*(k-1)!*sum(i=0..n-k, binomial(n,i)*(k^i*stirling1(n-i,k))))). [From Vladimir Kruchinin, Jun 14 2011]

PROG

(Maxima)

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

CROSSREFS

Sequence in context: A200028 A020032 A186755 * A078509 A077240 A129098

Adjacent sequences:  A009318 A009319 A009320 * A009322 A009323 A009324

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 16 16:34 EST 2012. Contains 205938 sequences.