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!)
A004298 Expansion of (1+2*x+x^2)/(1-66*x+x^2). 1
1, 68, 4488, 296140, 19540752, 1289393492, 85080429720, 5614018968028, 370440171460128, 24443437297400420, 1612896421456967592, 106426720378862460652, 7022550648583465435440, 463381916086129856278388, 30576183911035987048938168, 2017564756212289015373640700 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
P. de la Harpe, Topics in Geometric Group Theory, Univ. Chicago Press, 2000, p. 160, middle display.
LINKS
J. M. Alonso, Growth functions of amalgams, in Alperin, ed., Arboreal Group Theory, Springer, pp. 1-34, esp. p. 32.
Hacène Belbachir, Soumeya Merwa Tebtoub, László Németh, Ellipse Chains and Associated Sequences, J. Int. Seq., Vol. 23 (2020), Article 20.8.5.
FORMULA
For n > 0, a(n) = 68*A097316(n-1). - Gerald McGarvey, Jun 16 2007
From Colin Barker, Apr 16 2016: (Start)
a(n) = (sqrt(17)*(33+8*sqrt(17))^(-n)*(-1+(33+8*sqrt(17))^(2*n)))/4 for n>0.
a(n) = 66*a(n-1) - a(n-2) for n>2.
(End)
a(n) = (-(-1)^(2^n) + sqrt(17)*sinh(n*log(33+8*sqrt(17))) + 1)/2. - Ilya Gutkovskiy, Apr 16 2016
MATHEMATICA
CoefficientList[Series[(1+2*x+x^2)/(1-66*x+x^2), {x, 0, 50}], x] (* Vincenzo Librandi, Feb 25 2012 *)
LinearRecurrence[{66, -1}, {1, 68, 4488}, 20] (* Harvey P. Dale, Sep 23 2020 *)
PROG
(PARI) Vec((1+2*x+x^2)/(1-66*x+x^2) + O(x^50)) \\ Colin Barker, Apr 16 2016
CROSSREFS
Pairwise sums of A078989.
Cf. A097316.
Sequence in context: A093268 A231250 A159361 * A223226 A252977 A265243
KEYWORD
nonn,easy
AUTHOR
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 23 10:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)