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.

A333344 a(n) = 11*a(n-1) - 9*a(n-2) starting a(0)=1, a(1)=10.

This page as a plain text file.
%I A333344 #24 Mar 03 2023 07:53:41
%S A333344 1,10,101,1021,10322,104353,1054985,10665658,107827373,1090110181,
%T A333344 11020765634,111417430345,1126404843089,11387696400874,
%U A333344 115127016821813,1163907917432077,11766843940356530,118960112087033137,1202659637494155737
%N A333344 a(n) = 11*a(n-1) - 9*a(n-2) starting a(0)=1, a(1)=10.
%C A333344 First differences of A190872.
%H A333344 Kevin Ryde, <a href="/A333344/b333344.txt">Table of n, a(n) for n = 0..1000</a>
%H A333344 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (11,-9).
%F A333344 a(n) = A190872(n+1) - A190872(n) = A190872(n) + A147841(n).
%F A333344 G.f.: (1 - x)/(1 - 11*x + 9*x^2).
%F A333344 E.g.f.: exp(11*x/2)*(85*cosh(sqrt(85)*x/2) + 9*sqrt(85)*sinh(sqrt(85)*x/2))/85. - _Stefano Spezia_, Mar 03 2023
%t A333344 LinearRecurrence[{11, -9}, {1, 10}, 20] (* _Amiram Eldar_, Mar 15 2020 *)
%o A333344 (PARI) a(n) = polcoeff(lift(('x-1)*Mod('x,'x^2-11*'x+9)^n), 1);
%Y A333344 Cf. A333345 (growth power), A190872 (partial sums), A147841, A333347.
%K A333344 nonn,easy
%O A333344 0,2
%A A333344 _Kevin Ryde_, Mar 15 2020