login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A005387 Number of partitional matroids on n elements.
(Formerly M1493)
3
1, 2, 5, 16, 62, 276, 1377, 7596, 45789, 298626, 2090910, 15621640, 123897413, 1038535174, 9165475893, 84886111212, 822648571314, 8321077557124, 87648445601429, 959450073912136, 10894692556576613, 128114221270929646 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
Recski, A.; Enumerating partitional matroids. Stud. Sci. Math. Hungar. 9 (1974), 247-249 (1975).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
A. Recski, Enumerating partitional matroids, Preprint.
A. Recski & N. J. A. Sloane, Correspondence, 1975
FORMULA
E.g.f.: exp( (x-1)*exp(x) + 2*x + 1 ).
a(n) = Sum_{j=0..n} binomial(n, j) * 2^(n-j) * A327006(j+1). - G. C. Greubel, Nov 16 2022
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[(x-1)E^x+2x+1], {x, 0, nn}], x]Range[0, nn]!] (* Harvey P. Dale, Nov 22 2012 *)
PROG
(Magma) R<x>:=PowerSeriesRing(Rationals(), 40); Coefficients(R!(Laplace( Exp((x-1)*Exp(x) + 2*x + 1) ))); // G. C. Greubel, Nov 16 2022
(SageMath)
def A005387_list(prec):
P.<x> = PowerSeriesRing(QQ, prec)
return P( exp((x-1)*exp(x) + 2*x + 1) ).egf_to_ogf().list()
A005387_list(40) # G. C. Greubel, Nov 16 2022
CROSSREFS
Cf. A327006.
Sequence in context: A033543 A124531 A129578 * A173469 A138549 A210667
KEYWORD
nonn,easy,nice
AUTHOR
EXTENSIONS
More terms from James A. Sellers, Aug 21 2000
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 19 07:49 EDT 2024. Contains 370958 sequences. (Running on oeis4.)