cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Previous Showing 11-12 of 12 results.

A046167 Number of minimal covers on n objects with 6 members.

Original entry on oeis.org

0, 0, 0, 0, 0, 1, 420, 100814, 18151560, 2723868147, 359750257020, 43199991728608, 4817721638970240, 506352103838393813, 50691406225311551700, 4872449650707855334482, 452435489306282260691640
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A035348.

Programs

  • Mathematica
    CoefficientList[Series[(x^6)/((1-57x)(1-58x)(1-59x)(1-60x)(1-61x)(1-62x)(1-63x)),{x,0,100}],x] (* Indranil Ghosh, Feb 20 2017 *)
    CoefficientList[Series[x^6/Times@@(1-x*Range[57,63]),{x,0,30}],x] (* or *) LinearRecurrence[{420,-75586,7555800,-453096049,16299368820,-325685329164,2788484181840},{0,0,0,0,0,0,1},30] (* Harvey P. Dale, Aug 06 2018 *)

Formula

G.f.: x^6/[(1-57x)(1-58x)(1-59x)(1-60x)(1-61x)(1-62x)(1-63x)].

A046168 Number of minimal covers on n objects with 8 members.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 1, 2259, 2835075, 2609269245, 1964842113102, 1282310235724518, 751046094737039530, 403981152738311915910, 202813559477327441603103, 96164301413883629093787477, 43451168714121294538702462965, 18840049876438047870808567312395
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A035348.

Formula

G.f.: x^8 / Product_{k=2^8-9..2^8-1} (1-k*x). - Sean A. Irvine, Apr 07 2021

Extensions

More terms from Sean A. Irvine, Apr 07 2021
Previous Showing 11-12 of 12 results.