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.

A165224 a(0)=1, a(1)=9, a(n) = 18*a(n-1) - 49*a(n-2) for n > 1.

This page as a plain text file.
%I A165224 #19 Sep 05 2020 03:12:40
%S A165224 1,9,113,1593,23137,338409,4957649,72655641,1064876737,15607654857,
%T A165224 228758827313,3352883803641,49142725927201,720277760311209,
%U A165224 10557006115168913,154732499817791193,2267891697076964737
%N A165224 a(0)=1, a(1)=9, a(n) = 18*a(n-1) - 49*a(n-2) for n > 1.
%C A165224 a(n)/a(n-1) tends to 9 + 4*sqrt(2) = 14.65685424... - _Klaus Brockhaus_, Sep 25 2009
%H A165224 Seiichi Manyama, <a href="/A165224/b165224.txt">Table of n, a(n) for n = 0..500</a>
%H A165224 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (18,-49).
%F A165224 G.f.: (1-9x)/(1-18x+49x^2);
%F A165224 e.g.f.: exp(9x)*cosh(4*sqrt(2)x);
%F A165224 a(n) = Sum_{k=0..n} 8^k*binomial(2n,2k) = Sum_{k=0..n} 8^k*A086645(n,k);
%F A165224 a(n) = 7^n*T(n,9/7) where T is the Chebyshev polynomial of the first kind;
%F A165224 a(n) = (1+sqrt(8))^(2n)/2 + (1-sqrt(8))^(2n)/2.
%F A165224 a(n) = ((9-4*sqrt(2))^n + (9+4*sqrt(2))^n)/2. - _Klaus Brockhaus_, Sep 25 2009
%t A165224 LinearRecurrence[{18,-49},{1,9},20] (* _Harvey P. Dale_, Sep 30 2016 *)
%Y A165224 Column k=8 of A333988.
%Y A165224 Cf. A081294, A001541, A090965, A083884, A099140, A099141, A099142, A026244.
%K A165224 easy,nonn
%O A165224 0,2
%A A165224 _Philippe Deléham_, Sep 08 2009