[go: up one dir, main page]

login
A265076
Coordination sequence for (3,5,5) tiling of hyperbolic plane.
27
1, 3, 6, 11, 20, 35, 60, 103, 178, 307, 528, 909, 1566, 2697, 4644, 7997, 13772, 23717, 40842, 70333, 121120, 208579, 359190, 618555, 1065204, 1834371, 3158940, 5439959, 9368066, 16132595, 27781680, 47842381, 82388590, 141880057, 244329348, 420755613, 724576428, 1247781333, 2148784026, 3700386173, 6372375104
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^2+x+1)*(x^4+x^3+x^2+x+1)/(x^6-x^5-2*x^3-x+1).
MATHEMATICA
CoefficientList[Series[(x^2 + x + 1) (x^4 + x^3 + x^2 + x + 1)/(x^6 - x^5 - 2 x^3 - x + 1), {x, 0, 60}], x] (* Vincenzo Librandi, Dec 30 2015 *)
PROG
(PARI) Vec((x^2+x+1)*(x^4+x^3+x^2+x+1)/(x^6-x^5-2*x^3-x+1) + O(x^50)) \\ Michel Marcus, Dec 30 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 29 2015
STATUS
approved