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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A189423 E.g.f exp(log(1+x)+log(1+x)^2) 0
1, 1, 2, 0, 10, -50, 368, -3052, 28740, -302220, 3508152, -44532048, 613399752, -9109006920, 145029146208, -2463935369040, 44482964644368, -850291412311152, 17153458120885152, -364163960169826944, 8114899768747511712 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

Table of n, a(n) for n=0..20.

Vladimir Kruchinin, Compositae and their properties , arXiv:1103.2582

FORMULA

a(n)=sum(m=1..n, sum(k=m..n, k!*binomial(m,k-m)*stirling1(n,k))/m!), n>0, a(0)=1.

PROG

(Maxima)

a(n):=sum(sum(k!*binomial(m, k-m)*stirling1(n, k), k, m, n)/m!, m, 1, n);

CROSSREFS

Sequence in context: A065624 A086890 A167387 * A138542 A057862 A102869

Adjacent sequences:  A189420 A189421 A189422 * A189424 A189425 A189426

KEYWORD

sign

AUTHOR

Vladimir Kruchinin, Apr 21 2011

STATUS

approved

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 May 21 03:47 EDT 2013. Contains 225474 sequences.