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!)
A265061 Coordination sequence for (2,4,6) tiling of hyperbolic plane. 27
1, 3, 5, 8, 12, 17, 24, 33, 45, 61, 83, 114, 155, 210, 286, 389, 529, 720, 979, 1331, 1810, 2462, 3349, 4554, 6193, 8423, 11455, 15579, 21188, 28815, 39188, 53296, 72483, 98577, 134064, 182327, 247965, 337232, 458636, 623745, 848292, 1153677, 1569001, 2133841, 2902023, 3946750, 5367579, 7299906, 9927870, 13501901 (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+1)^2*(x^2+1)*(x^4+x^2+1)/(x^8-x^7+x^6-2*x^5+x^4-2*x^3+x^2-x+1).
MATHEMATICA
CoefficientList[Series[(x + 1)^2 (x^2 + 1) (x^4 + x^2 + 1)/(x^8 - x^7 + x^6 - 2 x^5 + x^4 - 2 x^3 + x^2 - x + 1), {x, 0, 60}], x] (* Vincenzo Librandi, Dec 30 2015 *)
PROG
(PARI) Vec((x+1)^2*(x^2+1)*(x^4+x^2+1)/(x^8-x^7+x^6-2*x^5+x^4-2*x^3+x^2-x+1) + O(x^100)) \\ Altug Alkan, Dec 29 2015
CROSSREFS
Sequence in context: A038088 A018917 A167385 * A265062 A265063 A098202
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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)