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.

A164606 a(n) = 10*a(n-1) - 17*a(n-2) for n > 1; a(0) = 1, a(1) = 21.

This page as a plain text file.
%I A164606 #15 Sep 08 2022 08:45:47
%S A164606 1,21,193,1573,12449,97749,765857,5996837,46948801,367541781,
%T A164606 2877288193,22524671653,176332817249,1380408754389,10806429650657,
%U A164606 84597347681957,662264172758401,5184486816990741,40586377233014593,317727496441303333
%N A164606 a(n) = 10*a(n-1) - 17*a(n-2) for n > 1; a(0) = 1, a(1) = 21.
%C A164606 Binomial transform of A164605. Fifth binomial transform of A164702.
%H A164606 G. C. Greubel, <a href="/A164606/b164606.txt">Table of n, a(n) for n = 0..1000</a> (terms 0..144 from Vincenzo Librandi)
%H A164606 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (10, -17).
%F A164606 a(n) = 10*a(n-1) - 17*a(n-2) for n > 1; a(0) = 1, a(1) = 21.
%F A164606 a(n) = ((1+4*sqrt(2))*(5+2*sqrt(2))^n + (1-4*sqrt(2))*(5-2*sqrt(2))^n)/2.
%F A164606 G.f.: (1+11*x)/(1-10*x+17*x^2).
%F A164606 E.g.f.: exp(5*x)*(cosh(2*sqrt(2)*x) + 4*sqrt(2)*sinh(2*sqrt(2)*x)). - _G. C. Greubel_, Aug 10 2017
%t A164606 LinearRecurrence[{10,-17},{1,21},30] (* _Harvey P. Dale_, May 22 2013 *)
%o A164606 (Magma) Z<x>:=PolynomialRing(Integers()); N<r>:=NumberField(x^2-2); S:=[ ((1+4*r)*(5+2*r)^n+(1-4*r)*(5-2*r)^n)/2: n in [0..19] ]; [ Integers()!S[j]: j in [1..#S] ]; // _Klaus Brockhaus_, Aug 23 2009
%o A164606 (PARI) x='x+O('x^50); Vec((1+11*x)/(1-10*x+17*x^2)) \\ _G. C. Greubel_, Aug 10 2017
%Y A164606 Cf. A164605, A164702.
%K A164606 nonn,easy
%O A164606 0,2
%A A164606 Al Hakanson (hawkuu(AT)gmail.com), Aug 17 2009
%E A164606 Edited and extended beyond a(5) by _Klaus Brockhaus_, Aug 23 2009