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.

A014529 Largest convex area that can be tiled with n equilateral triangles whose sides s_k are relatively prime, i.e., gcd(s_1,...,s_n) = 1.

This page as a plain text file.
%I A014529 #62 Feb 23 2018 09:13:33
%S A014529 1,2,3,7,11,20,36,71,146,260,495,860,1559,2831,5114
%N A014529 Largest convex area that can be tiled with n equilateral triangles whose sides s_k are relatively prime, i.e., gcd(s_1,...,s_n) = 1.
%C A014529 The terms published to date (n <= 15) are consistent with a tribonacci growth rate. Specifically, floor(A000073(n+2) * 5/6) <= a(n) <= A000073(n+2). - _Peter Munn_, Sep 27 2017
%C A014529 a(16) is at least 9322. - _Peter Munn_, Feb 20 2018
%D A014529 Robert T. Wainwright, quoted by Ian Stewart, Math. Recreations, Scientific American, Jul 15 1997, p. 96.
%H A014529 Hugo Pfoertner, <a href="/A014529/a014529.txt">Illustrations of configurations for n <= 11</a>
%H A014529 Hugo Pfoertner, <a href="/A014529/a014529_1.txt">Illustration of configuration for n = 12</a>, based on personal communication from _Peter Munn_
%H A014529 Hugo Pfoertner, <a href="/A014529/a014529_2.txt">Illustration of configuration for n = 13</a>, based on data in A289944 from _Peter Munn_
%H A014529 Rainer Rosenthal, <a href="/A014529/a014529.gif">Illustration of configuration for n = 14</a>, based on description in A289944 from _Peter Munn_
%H A014529 Rainer Rosenthal, <a href="/A014529/a014529_1.gif">Illustration of configuration for n = 15</a>, based on description in A289944 from _Peter Munn_
%H A014529 Ian Stewart, <a href="http://www.spektrum.de/magazin/die-unscheinbare-schwester-der-goldenen-zahl/824251">Die unscheinbare Schwester der goldenen Zahl</a>, Spektrum der Wissenschaft, Dossier 02/2003: Mathematische Unterhaltungen II, 55-57.
%e A014529 From _Peter Kagey_, Jul 31 2017: (Start)
%e A014529 For n = 6 a convex polygon with area 20 is:
%e A014529       *-------*
%e A014529      / \     / \
%e A014529     /   \   /   \
%e A014529    /     \ /     \
%e A014529   *---*---*       \
%e A014529    \ / \ /         \
%e A014529     *---*-----------*
%e A014529 The sides are relatively prime because gcd(1, 1, 1, 2, 2, 3) = 1. (End)
%Y A014529 Cf. A000073, A089047, A133044, A289944.
%K A014529 nonn,hard,nice,more
%O A014529 1,2
%A A014529 _N. J. A. Sloane_
%E A014529 Terms a(12)-a(15) from _John W. Layman_