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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A003469 Number of minimal covers of an n-set.
(Formerly M4153)
1
1, 6, 22, 65, 171, 420, 988, 2259, 5065, 11198, 24498, 53157, 114583, 245640, 524152, 1113959, 2359125, 4980546, 10485550, 22019865, 46137091, 96468716, 201326292, 419430075, 872414881, 1811938950, 3758095978, 7784627789, 16106126895, 33285996048 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

REFERENCES

Hearne and Wagner, Minimal covers of finite sets, Discr. Math. 5 (1973), 247-251.

Math. Mag. vol. 68, n4, p 274 Oct '95.

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..1000

S. Plouffe, Approximations de S\'{e}ries G\'{e}n\'{e}ratrices et Quelques Conjectures, Dissertation, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.

S. Plouffe, 1031 Generating Functions and Conjectures, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.

FORMULA

G.f.: (1 - x - x^2 ) / ((1 - x )^3*(1 - 2*x)^2).

a(n) = (n+1)*2^n-(n+1)*(n+2)/2 - Paul Barry, Jan 27 2003

MAPLE

a:=n->sum(n*binomial(n, k)/2, k=2..n): seq(a(n), n=2..23); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), May 08 2007

A003469:=(-1+z+z**2)/(2*z-1)**2/(z-1)**3; [Conjectured by S. Plouffe in his 1992 dissertation.]

MATHEMATICA

Table[(n+1)2^n-(n+1)(n+2)/2, {n, 200}] (* From Vladimir Joseph Stephan Orlovsky, Jun 30 2011 *)

PROG

(PARI) a(n) = (n+1)*2^n-(n+1)*(n+2)/2;

(MAGMA) [2^n*(n+1)-(n^2+3*n+2)/2: n in [1..30]]; // Vincenzo Librandi, Aug 19 2011

CROSSREFS

Partial sums of A053221.

Cf. A053218.

Sequence in context: A001925 A002663 A099855 * A189418 A027992 A171495

Adjacent sequences:  A003466 A003467 A003468 * A003470 A003471 A003472

KEYWORD

nonn,easy

AUTHOR

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

EXTENSIONS

Offset changed from 2 to 1 by Vincenzo Librandi, Aug 19 2011

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 21:51 EST 2012. Contains 205978 sequences.