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!)
A074538 a(n) = 2^n + 5^n + 7^n. 1

%I #19 Sep 08 2022 08:45:07

%S 3,14,78,476,3042,19964,133338,901796,6155682,42307244,292241898,

%T 2026156916,14085431922,98109721724,684326604858,4778079120836,

%U 33385518525762,233393453571404,1632228295438218,11417968672225556,79887633730301202,559022701243584284

%N a(n) = 2^n + 5^n + 7^n.

%H Vincenzo Librandi, <a href="/A074538/b074538.txt">Table of n, a(n) for n = 0..200</a>

%H <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (14,-59,70).

%F From _Mohammad K. Azarian_, Dec 27 2008: (Start)

%F G.f.: 1/(1-2*x)+1/(1-5*x)+1/(1-7*x).

%F E.g.f.: exp(2*x)+exp(5*x)+exp(7*x). (End)

%F a(n) = 14*a(n-1) - 59*a(n-2) + 70*a(n-3) for n > 2. - _Wesley Ivan Hurt_, Oct 06 2017

%p A074538:=n->2^n+5^n+7^n: seq(A074538(n), n=0..30); # _Wesley Ivan Hurt_, Oct 06 2017

%t Table[2^n + 5^n + 7^n, {n, 0, 20}]

%t LinearRecurrence[{14,-59,70},{3,14,78},20] (* _Harvey P. Dale_, Dec 21 2016 *)

%o (Magma) [2^n + 5^n + 7^n: n in [0..25]]; // _Vincenzo Librandi_, Jun 11 2011

%Y Cf. A001550, A001576, A001579, A034513, A074501 - A074580.

%K easy,nonn

%O 0,1

%A _Robert G. Wilson v_, Aug 23 2002

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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)