Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #26 Sep 08 2022 08:45:07
%S 3,24,194,1584,13058,108624,911234,7703664,65588738,561991824,
%T 4843001474,41948320944,364990300418,3188510652624,27953062038914,
%U 245823065693424,2167728096132098,19161612027339024,169737447404391554
%N a(n) = 7^n + 8^n + 9^n.
%H Vincenzo Librandi, <a href="/A074580/b074580.txt">Table of n, a(n) for n = 0..300</a>
%H <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (24,-191,504).
%F From _Mohammad K. Azarian_, Dec 26 2008: (Start)
%F G.f.: 1/(1-7*x) + 1/(1-8*x) + 1/(1-9*x).
%F E.g.f.: e^(7*x) + e^(8*x) + e^(9*x). (End)
%t Table[7^n + 8^n + 9^n, {n, 0, 18}]
%t LinearRecurrence[{24,-191,504},{3,24,194},20] (* _Harvey P. Dale_, Jun 09 2019 *)
%o (Magma) [7^n + 8^n + 9^n: n in [0..20]]; // _Vincenzo Librandi_, May 20 2011
%o (PARI) a(n)=7^n+8^n+9^n \\ _Charles R Greathouse IV_, Jun 10 2011
%Y Cf. A001550, A001576, A034513, A001579, A074501-A074579.
%K easy,nonn
%O 0,1
%A _Robert G. Wilson v_, Aug 23 2002