login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A185083 A208851 A182845 * A055417 A018918 A077855
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 29 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)