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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A007003 Euler transform of numbers of preferential arrangements. 1
1, 2, 5, 19, 97, 658, 5458, 53628, 606871, 7766312, 110811174, 1743359979, 29972475254, 558940415943, 11235765584497, 242168565186139, 5570683131749362, 136215122718876230, 3527978807819506487, 96480528944412962039, 2778048842021042988465 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Alois P. Heinz, Table of n, a(n) for n = 0..160

N. J. A. Sloane, Transforms

MAPLE

with (numtheory): etr:= proc(p) local b; b:=proc(n) option remember; local d, j; if n=0 then 1 else add (add (d*p(d), d=divisors(j)) *b(n-j), j=1..n)/n fi end end: f:= proc(n) option remember; local k; if n <=1 then 1 else add (binomial(n, k) *f(n-k), k=1..n) fi end: aa:= etr (k->f(k-1)): a:= n->aa(n+1): seq (a(n), n=0..30); # Alois P. Heinz, Sep 08 2008

CROSSREFS

Cf. A000670.

Sequence in context: A188914 A049984 A052866 * A020117 A054687 A076669

Adjacent sequences:  A007000 A007001 A007002 * A007004 A007005 A007006

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 08 2008

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 13:28 EST 2012. Contains 206031 sequences.