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!)
A074577 a(n) = 6^n + 7^n + 8^n. 1
3, 21, 149, 1071, 7793, 57351, 426449, 3200631, 24221633, 184649031, 1416683249, 10930058391, 84737546273, 659705518311, 5154633748049, 40402118583351, 317529017187713, 2501356987117191, 19744372064060849, 156123443001239511 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Mohammad K. Azarian, Dec 30 2008: (Start)
G.f.: 1/(1-6*x) + 1/(1-7*x) + 1/(1-8*x).
E.g.f.: e^(6*x) + e^(7*x) + e^(8*x). (End)
a(n) = 21*a(n-1) - 146*a(n-2) + 336*a(n-3); a(0)=3, a(1)=21, a(2)=149. - Harvey P. Dale, Dec 25 2011
MATHEMATICA
Table[6^n + 7^n + 8^n, {n, 0, 19}]
LinearRecurrence[{21, -146, 336}, {3, 21, 149}, 20] (* Harvey P. Dale, Dec 25 2011 *)
PROG
(Magma) [6^n + 7^n + 8^n: n in [0..20]]; // Vincenzo Librandi, May 20 2011
CROSSREFS
Sequence in context: A037649 A037768 A037656 * A007566 A183412 A155627
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 3 17:18 EDT 2023. Contains 363116 sequences. (Running on oeis4.)