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!)
A074558 a(n) = 3^n + 7^n + 8^n. 1
3, 18, 122, 882, 6578, 49818, 380522, 2922882, 22548578, 174591018, 1356276122, 10567438482, 82561295378, 646646418618, 5076274366922, 39931947947682, 314707950326978, 2484430456812618, 19642812494812922, 155514084423490482 (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-3*x) + 1/(1-7*x) + 1/(1-8*x).
E.g.f.: exp(3*x) + exp(7*x) + exp(8*x). (End)
MATHEMATICA
Table[3^n + 7^n + 8^n, {n, 0, 20}]
LinearRecurrence[{18, -101, 168}, {3, 18, 122}, 20] (* Harvey P. Dale, Jan 21 2024 *)
PROG
(Magma) [3^n + 7^n + 8^n: n in [0..20]]; // Vincenzo Librandi, Aug 24 2011
CROSSREFS
Sequence in context: A183145 A127188 A355048 * A074564 A108241 A342710
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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)