The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A265070 Coordination sequence for (2,6,infinity) tiling of hyperbolic plane. 27
1, 3, 5, 8, 13, 21, 33, 51, 80, 126, 198, 311, 488, 766, 1203, 1889, 2966, 4657, 7312, 11481, 18027, 28305, 44443, 69782, 109568, 172038, 270125, 424136, 665956, 1045649, 1641823, 2577904, 4047689, 6355468, 9979021, 15668533, 24601905, 38628615, 60652616, 95233542, 149530690, 234785211, 368647368, 578830674 (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^5+x^4+x^3+x^2+x+1)*(x+1)/(x^5+x^3+x-1).
a(n) = a(n-1)+a(n-3)+a(n-5) for n>6. - Vincenzo Librandi, Dec 30 2015
MATHEMATICA
CoefficientList[Series[-(x^5 + x^4 + x^3 + x^2 + x + 1) (x + 1)/(x^5 + x^3 + x - 1), {x, 0, 60}], x] (* Vincenzo Librandi, Dec 30 2015 *)
PROG
(Magma) I:=[1, 3, 5, 8, 13, 21, 33]; [n le 7 select I[n] else Self(n-1)+Self(n-3)+Self(n-5): n in [1..50]]; // Vincenzo Librandi, Dec 30 2015
(PARI) x='x+O('x^50); Vec((x+1)*(x^5+x^4+x^3+x^2+x+1)/(1-x-x^3-x^5)) \\ G. C. Greubel, Aug 07 2017
CROSSREFS
Sequence in context: A080614 A079122 A265069 * A071679 A020701 A024885
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 June 10 17:21 EDT 2024. Contains 373277 sequences. (Running on oeis4.)