Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A007837
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A007837 Number of partitions of n-set with distinct block sizes. +0
14
1, 1, 4, 5, 16, 82, 169, 541, 2272, 17966, 44419, 201830, 802751, 4897453, 52275409, 166257661, 840363296, 4321172134, 24358246735, 183351656650, 2762567051857, 10112898715063, 62269802986835, 343651382271526 (list; graph; listen)
OFFSET

1,3

REFERENCES

Philippe Flajolet, Eric Fusy, Xavier Gourdon, Daniel Panario and Nicolas Pouyanne, A Hybrid of Darboux's Method and Singularity Analysis in Combinatorial Asymptotics, Fig. 3, arXiv:math.CO/0606370

LINKS

Knopfmacher, A., Odlyzko, A. M., Pittel, B., Richmond, L. B., Stark, D., Szekeres, G., and Wormald, N. C., The asymptotic number of set partitions with unequal block sizes. Electron. J. Combin., 6 (1999), no. 1, Research Paper 2, 36 pp.

FORMULA

E.g.f.: Product {m >= 1} (1+x^m/m!)

a(n) = Sum_{k=1..n} (n-1)!/(n-k)!*b(k)*a(n-k), where b(k) = Sum_{d divides k} (-d)*(-d!)^(-k/d) and a(0) = 1. - Vladeta Jovovic (vladeta(AT)Eunet.yu), Oct 13 2002

MAPLE

with (numtheory): a:= proc(n) option remember; if n=0 then 1 else add ((n-1)!/ (n-k)! *add ((-d) *(-d!)^(-k/d), d=divisors(k)) *a(n-k), k=1..n) fi end: seq (a(n), n=1..24); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 06 2008]

CROSSREFS

Cf. A007838.

Adjacent sequences: A007834 A007835 A007836 this_sequence A007838 A007839 A007840

Sequence in context: A110278 A013628 A127007 this_sequence A032219 A032144 A032049

KEYWORD

nonn

AUTHOR

Arnold Knopfmacher (ARNOLDK(AT)gauss.cam.wits.ac.za)

EXTENSIONS

More terms from Christian G. Bower (bowerc(AT)usa.net)

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 October 9 14:06 EDT 2008. Contains 144831 sequences.


AT&T Labs Research