login

Revision History for A096231

(Bold, blue-underlined text is an ; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Number of n-th generation triangles in the tiling of the hyperbolic plane by triangles with angles {Pi/2, Pi/3, 0}.
(history; published version)
#47 by Jon E. Schoenfield at Wed Feb 16 23:18:28 EST 2022
STATUS

editing

#46 by Jon E. Schoenfield at Wed Feb 16 23:18:24 EST 2022
PROG

(MAGMA) I:=[1, 3, 5, 7, 9, 12, 16]; [n le 7 select I[n] else Self(n-1)+Self(n-5): n in [1..50]]; // Vincenzo Librandi, Dec 30 2015

STATUS

approved

#45 by Joerg Arndt at Sun Apr 11 04:51:41 EDT 2021
STATUS

reviewed

#44 by Michel Marcus at Sun Apr 11 04:25:09 EDT 2021
STATUS

proposed

#43 by Michel Marcus at Sun Apr 11 04:25:05 EDT 2021
STATUS

editing

#42 by Michel Marcus at Sun Apr 11 04:25:00 EDT 2021
LINKS

J. W. Cannon, P. Wagreich, <a href="http://dx.doi.org/10.1007/BF01444714">Growth functions of surface groups</a>, Mathematische Annalen, 1992, Volume 293, pp. 239-257.

<a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (0, 1, 1).

STATUS

reviewed

#41 by Joerg Arndt at Sun Apr 11 03:57:52 EDT 2021
STATUS

proposed

#40 by Jon E. Schoenfield at Sun Apr 11 03:09:37 EDT 2021
STATUS

editing

#39 by Jon E. Schoenfield at Sun Apr 11 03:09:34 EDT 2021
NAME

Number of n-th generation triangles in the tiling of the hyperbolic plane by triangles with angles {pi/2, pi/3, 0}.

COMMENTS

The generation of a triangle is defined such that exactly one triangle has generation 0 and a triangle has generation n, n>0, if it is next to a triangle with generation n-1 but not to one with lower generation.

The recursions were found by examining empirical data and have not been proved to be accurate for all n. The generating function was found by assuming that the recursions were accurate; it can be calculated from either recursion. We created a specialized program in Java for finding the sequences of generations for triangles with angles {pi/p, pi/q, pi/r}, p, q, r > 1, that tile the Euclidean or hyperbolic plane; this program was used to calculate the sequence.

FORMULA

a(n) = a(n-1)+a(n-5) = a(n-2)+a(n-3), for n > 6.

EXAMPLE

a(1)=3 because exactly three triangles have generation 1, i.e. are adjacent to the triangle with generation 0.

STATUS

approved

#38 by Charles R Greathouse IV at Thu Feb 09 03:08:04 EST 2017
STATUS

editing