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!)
A074543 a(n) = 2^n + 6^n + 9^n. 1
3, 17, 121, 953, 7873, 66857, 578161, 5063033, 44726593, 397498697, 3547251601, 31743858713, 284606322913, 2554926530537, 22955156635441, 206361317111993, 1855841298824833, 16694108359242377, 150196195253929681 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Mohammad K. Azarian, Dec 27 2008: (Start)
G.f.: 1/(1-2*x) + 1/(1-6*x) + 1/(1-9*x).
E.g.f.: exp(2*x) + exp(6*x) + exp(9*x). (End)
a(n) = 17*a(n-1) - 84*a(n-2) + 108*a(n-3); a(0)=3, a(1)=17, a(2)=121. - Harvey P. Dale, Feb 20 2015
MATHEMATICA
Table[2^n + 6^n + 9^n, {n, 0, 20}]
LinearRecurrence[{17, -84, 108}, {3, 17, 121}, 30] (* Harvey P. Dale, Feb 20 2015 *)
PROG
(Magma) [2^n + 6^n + 9^n: n in [0..20]]; // Vincenzo Librandi, Jun 11 2011
CROSSREFS
Sequence in context: A340993 A249924 A305307 * A216314 A330803 A267736
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)