cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A265076 Coordination sequence for (3,5,5) tiling of hyperbolic plane.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Dec 29 2015

Keywords

Crossrefs

Programs

  • 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 *)
  • 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

Formula

G.f.: (x^2+x+1)*(x^4+x^3+x^2+x+1)/(x^6-x^5-2*x^3-x+1).