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.

A165434 Number of tri-coverings of a set.

Original entry on oeis.org

1, 1, 4, 39, 862, 35775, 2406208, 238773109, 32867762616, 6009498859909, 1412846181645855, 416415343791239162, 150747204270574506888, 65905473934553360340713, 34305461329980340135062217, 21003556204331356488142290707, 14967168378184553824642693791437
Offset: 0

Views

Author

Doron Zeilberger, Sep 18 2009

Keywords

Examples

			For n=2, a(2)=4, since if you have two sets of identical triples the A-brothers and the B-sisters, and you want to arrange them into a multiset of nonempty sets, where no one is allowed to cohabitate with his or her sibling, the following are possible 1.{{AB},{AB},{AB}} 2.{{AB},{AB},{A},{B}} 3.{{AB},{A},{A},{B},{B}} 4.{{A},{A},{A},{B},{B},{B}}.
		

Crossrefs

Row 3 of A188392.
Cf. A000110 (unicoverings), A020554 (bicoverings).

Programs

  • Maple
    Do SeqBrn(3,n); in the Maple package BABUSHKAS (see links) where n+1 is the number of desired terms.

Extensions

Edited by Charles R Greathouse IV, Oct 28 2009