login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A265068
Coordination sequence for (2,5,infinity) tiling of hyperbolic plane.
27
1, 3, 5, 8, 13, 20, 30, 46, 71, 109, 167, 256, 393, 603, 925, 1419, 2177, 3340, 5124, 7861, 12060, 18502, 28385, 43547, 66808, 102494, 157242, 241234, 370091, 567778, 871061, 1336345, 2050164, 3145275, 4825348, 7402845, 11357132, 17423632, 26730600, 41008957, 62914209, 96520321, 148077398, 227174087, 348520885
OFFSET
0,2
LINKS
J. W. Cannon, P. Wagreich, Growth functions of surface groups, Mathematische Annalen, 1992, Volume 293, pp. 239-257. See Prop. 3.1.
FORMULA
G.f.: -(x^4+x^3+x^2+x+1)*(x+1)^2/(x^5+x^4+x^3+x^2-1).
MATHEMATICA
CoefficientList[Series[-(x^4 + x^3 + x^2 + x + 1) (x + 1)^2/(x^5 + x^4 + x^3 + x^2 - 1), {x, 0, 60}], x] (* Vincenzo Librandi, Dec 30 2015 *)
PROG
(PARI) Vec(-(x^4+x^3+x^2+x+1)*(x+1)^2/(x^5+x^4+x^3+x^2-1) + O(x^50)) \\ Michel Marcus, Dec 30 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 29 2015
STATUS
approved