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!)
A074580 a(n) = 7^n + 8^n + 9^n. 85
3, 24, 194, 1584, 13058, 108624, 911234, 7703664, 65588738, 561991824, 4843001474, 41948320944, 364990300418, 3188510652624, 27953062038914, 245823065693424, 2167728096132098, 19161612027339024, 169737447404391554 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Mohammad K. Azarian, Dec 26 2008: (Start)
G.f.: 1/(1-7*x) + 1/(1-8*x) + 1/(1-9*x).
E.g.f.: e^(7*x) + e^(8*x) + e^(9*x). (End)
MATHEMATICA
Table[7^n + 8^n + 9^n, {n, 0, 18}]
LinearRecurrence[{24, -191, 504}, {3, 24, 194}, 20] (* Harvey P. Dale, Jun 09 2019 *)
PROG
(Magma) [7^n + 8^n + 9^n: n in [0..20]]; // Vincenzo Librandi, May 20 2011
(PARI) a(n)=7^n+8^n+9^n \\ Charles R Greathouse IV, Jun 10 2011
CROSSREFS
Sequence in context: A037650 A037769 A037657 * A163473 A063979 A308354
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Aug 23 2002
STATUS
approved

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 20 05:55 EDT 2024. Contains 371799 sequences. (Running on oeis4.)