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.

A154637 a(n) is the ratio of the sum of squares of the bends of the circles that are added in the n-th generation of Apollonian packing, to the sum of squares of the bends of the initial three circles.

This page as a plain text file.
%I A154637 #22 Nov 17 2016 23:37:40
%S A154637 1,2,66,1314,26082,517698,10275714,203961186,4048396578,80356048002,
%T A154637 1594975770306,31658447262114,628384017931362,12472705016840898,
%U A154637 247568948283023874,4913960850609954786,97536510167350024098,1935988320795170617602,38427156885401362279746,762735172745641733742114
%N A154637 a(n) is the ratio of the sum of squares of the bends of the circles that are added in the n-th generation of Apollonian packing, to the sum of squares of the bends of the initial three circles.
%C A154637 For more references and links, see A189226.
%H A154637 Colin Barker, <a href="/A154637/b154637.txt">Table of n, a(n) for n = 0..750</a>
%H A154637 Colin Mallows, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL12/Mallows/mallows8.html">Growing Apollonian packings</a>, J. Integer Sequences v.12, article 09.2.1 (2009).
%H A154637 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (20,-3).
%F A154637 G.f.: (1-18*x+29*x^2) / (1-20*x+3*x^2).
%F A154637 From _Colin Barker_, Nov 16 2016: (Start)
%F A154637 a(n) = ((133-13*sqrt(97))*(10+sqrt(97))^n - (10-sqrt(97))^n*(133+13*sqrt(97))) / (3*sqrt(97)) for n>0.
%F A154637 a(n) = 20*a(n-1) - 3*a(n-2) for n>2.
%F A154637 (End)
%e A154637 Starting with three circles with bends -1,2,2, the ssq is 9. The first derived generation has two circles, each with bend 3. So a(1) = (9+9)/9 = 2.
%t A154637 CoefficientList[Series[(29 z^2 - 18 z + 1)/(3 z^2 - 20 z + 1), {z, 0, 100}], z] (* and *) LinearRecurrence[{20, -3}, {1, 2, 66}, 100] (* _Vladimir Joseph Stephan Orlovsky_, Jul 03 2011 *)
%o A154637 (PARI) Vec((1-18*x+29*x^2)/(1-20*x+3*x^2) + O(x^30)) \\ _Colin Barker_, Nov 16 2016
%Y A154637 For starting with four circles, see A137246. For sums of bends, see A135849 and A154636. For three dimensions, see A154638 - A154645.
%Y A154637 Cf. also A189226, A189227.
%K A154637 easy,nonn
%O A154637 0,2
%A A154637 _Colin Mallows_, Jan 13 2009
%E A154637 More terms from _N. J. A. Sloane_, Nov 22 2009