Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136394
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136394 Triangle read by rows: T(n,k) is the number of permutations of an n-set having k cycles of size > 1 (0<=k<=floor(n/2)). +0
1
1, 1, 1, 1, 1, 5, 1, 20, 3, 1, 84, 35, 1, 409, 295, 15, 1, 2365, 2359, 315, 1, 16064, 19670, 4480, 105, 1, 125664, 177078, 56672, 3465, 1, 1112073, 1738326, 703430, 74025, 945, 1, 10976173, 18607446, 8941790, 1346345, 45045, 1, 119481284, 216400569, 118685336 (list; graph; listen)
OFFSET

0,6

LINKS

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

FORMULA

E.g.f.: exp(x*(1-y))/(1-x)^y. Binomial transform of triangle A008306. exp(x)*((-x-ln(1-x))^k)/k! is e.g.f. of k-th column.

EXAMPLE

1;

1;

1,1;

1,5;

1,20,3;

1,84,35;

1,409,295,15;

1,2365,2359,315;

MAPLE

egf := proc(k::nonnegint) option remember; x-> exp(x)* ((-x-ln(1-x))^k)/k! end; T := (n, k)-> coeff (series (egf(k)(x), x=0, n+1), x, n) *n!; seq (seq (T(n, k), k=0..floor(n/2)), n=0..30); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Aug 14 2008]

CROSSREFS

Cf. A006231(first column), A000276, A000483, A124324.

Adjacent sequences: A136391 A136392 A136393 this_sequence A136395 A136396 A136397

Sequence in context: A147437 A147369 A066480 this_sequence A145372 A145373 A088577

KEYWORD

easy,nonn,tabf

AUTHOR

Vladeta Jovovic (vladeta(AT)Eunet.yu), May 03 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified January 7 17:35 EST 2009. Contains 152824 sequences.


AT&T Labs Research