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!)
A054889 Layer counting sequence for hyperbolic tessellation by regular pentagons of angle 2*Pi/5. 3
1, 5, 20, 70, 245, 860, 3015, 10570, 37060, 129935, 455560, 1597225, 5599980, 19633910, 68837825, 241350100, 846189875, 2966799290, 10401800220, 36469419475, 127864266640, 448300820765, 1571773187140, 5510743762630 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The layer sequence is the sequence of the cardinalities of the layers accumulating around a (finite-sided) polygon of the tessellation under successive side-reflections; see the illustration accompanying A054888.
LINKS
Index entries for Coordination Sequences [A layer sequence is a kind of coordination sequence. - N. J. A. Sloane, Nov 20 2022]
FORMULA
G.f.: x*(1+2*x+4*x^2+2*x^3+x^4)/(1-3*x-x^2-3*x^3+x^4).
MATHEMATICA
LinearRecurrence[{3, 1, 3, -1}, {1, 5, 20, 70, 245}, 40] (* Georg Fischer, Apr 13 2020 *)
PROG
(Magma) R<x>:=PowerSeriesRing(Integers(), 40); Coefficients(R!( x*(1+2*x+4*x^2+2*x^3+x^4)/(1-3*x-x^2-3*x^3+x^4) )); // G. C. Greubel, Feb 08 2023
(Sage)
def A054889_list(prec):
P.<x> = PowerSeriesRing(ZZ, prec)
return P( x*(1+2*x+4*x^2+2*x^3+x^4)/(1-3*x-x^2-3*x^3+x^4) ).list()
a=A054889_list(40); a[1:] # G. C. Greubel, Feb 08 2023
CROSSREFS
Sequence in context: A304011 A243869 A154638 * A056384 A369818 A036683
KEYWORD
nonn,easy
AUTHOR
Paolo Dominici (pl.dm(AT)libero.it), May 23 2000
EXTENSIONS
a(21) inserted by Georg Fischer, Apr 13 2020
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 16 10:45 EDT 2024. Contains 371709 sequences. (Running on oeis4.)