The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A074545 a(n) = 2^n + 7^n + 9^n. 1
3, 18, 134, 1080, 8978, 75888, 649154, 5606640, 48811778, 427774608, 3769260674, 33358388400, 296270827778, 2638754846928, 23555015544194, 210638693637360, 1886253119486978, 16909812213784848, 151723048895171714 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Mohammad K. Azarian, Dec 28 2008: (Start)
G.f.: 1/(1-2*x) + 1/(1-7*x) + 1/(1-9*x).
E.g.f.: exp(2*x) + exp(7*x) + exp(9*x). (End)
a(n) = 18*a(n-1) - 95*a(n-2) + 126*a(n-3).
MATHEMATICA
Table[2^n + 7^n + 9^n, {n, 0, 20}]
LinearRecurrence[{18, -95, 126}, {3, 18, 134}, 20] (* Harvey P. Dale, Apr 13 2019 *)
PROG
(Magma) [ 2^n + 7^n + 9^n: n in [0..30]]; // Vincenzo Librandi, Jun 13 2011
CROSSREFS
Sequence in context: A236342 A369012 A060909 * A192462 A168072 A251733
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 June 8 17:52 EDT 2024. Contains 373227 sequences. (Running on oeis4.)