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.

A265066 Coordination sequence for (2,5,7) tiling of hyperbolic plane.

Original entry on oeis.org

1, 3, 5, 8, 13, 20, 30, 45, 67, 100, 149, 221, 329, 491, 731, 1087, 1618, 2409, 3586, 5338, 7946, 11828, 17607, 26209, 39013, 58074, 86448, 128683, 191552, 285138, 424447, 631817, 940501, 1399997, 2083987, 3102151, 4617754, 6873828, 10232143, 15231214, 22672656, 33749729, 50238677, 74783553, 111320204, 165707396
Offset: 0

Views

Author

N. J. A. Sloane, Dec 29 2015

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[(x^6 + x^5 + x^4 + x^3 + x^2 + x + 1) (x^4 + x^3 + x^2 + x + 1) (x + 1)^2 / (x^12 + x^11 - x^9 - 2 x^8 - 3 x^7 - 3 x^6 - 3 x^5 - 2 x^4 - x^3 + x + 1), {x, 0, 45}], x] (* Vincenzo Librandi, Jan 20 2016 *)
  • PARI
    Vec((x^6+x^5+x^4+x^3+x^2+x+1)*(x^4+x^3+x^2+x+1)*(x+1)^2/(x^12+x^11-x^9-2*x^8-3*x^7-3*x^6-3*x^5-2*x^4-x^3+x+1) + O(x^50)) \\ Michel Marcus, Jan 20 2016

Formula

G.f.: (x^6+x^5+x^4+x^3+x^2+x+1)*(x^4+x^3+x^2+x+1)*(x+1)^2/(x^12+x^11-x^9-2*x^8-3*x^7-3*x^6-3*x^5-2*x^4-x^3+x+1).