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!)
A074546 a(n) = 2^n + 8^n + 9^n. 1
3, 19, 149, 1249, 10673, 91849, 793649, 6880249, 59824193, 521638729, 4560527249, 39970996249, 351149017313, 3091621650409, 27274838982449, 241075504216249, 2134495165628033, 18928981513482889, 168109033806743249 (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-8*x) + 1/(1-9*x).
E.g.f.: exp(2*x) + exp(8*x) + exp(9*x). (End)
a(n) = 19*a(n-1) - 106*a(n-2) + 144*a(n-3).
MATHEMATICA
Table[2^n + 8^n + 9^n, {n, 0, 20}]
LinearRecurrence[{19, -106, 144}, {3, 19, 149}, 20] (* Harvey P. Dale, May 31 2013 *)
PROG
(Magma) [ 2^n + 8^n + 9^n: n in [0..30]]; // Vincenzo Librandi, Jun 13 2011
CROSSREFS
Sequence in context: A073516 A005258 A131551 * A054316 A006289 A120590
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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)