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.

User: Fabián Riquelme

Fabián Riquelme's wiki page.

Fabián Riquelme has authored 2 sequences.

A189359 Number of homogeneous games for n players.

Original entry on oeis.org

0, 1, 3, 8, 23, 76, 293, 1307, 6642, 37882
Offset: 0

Author

Fabián Riquelme, Apr 20 2011

Keywords

Crossrefs

Subclass of A000617. Cf. A001532, A022493, A109456, A132183.

Formula

Conjecture: g.f.: Q(0)*x/(1-x), where Q(k) = 1 + (1-(1-x)^(2*k+2))/(1- (1-(1-x)^(2*k+3))/(1-(1-x)^(2*k+3) + 1/Q(k+1))); (continued fraction). - Sergei N. Gladkovskii, May 13 2013
Note that a(n) - a(n-1) = A022493(n) for 1 <= n <= 9. Does this equality hold for n > 9? If so, then we have the g.f. 1/(1 - x)*( Sum_{n >= 1} Product_{k = 1..n} (1 - (1 - x)^k) ). - Peter Bala, Dec 13 2021

A189360 Number of self-dual homogeneous games for n players.

Original entry on oeis.org

0, 1, 1, 2, 3, 7, 21, 132, 2188
Offset: 0

Author

Fabián Riquelme, Apr 20 2011

Keywords

Comments

Found by F. Riquelme

Crossrefs

Intersection of A189359 and A109456.