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!)
A074572 a(n) = 5^n + 6^n + 8^n. 1
3, 19, 125, 853, 6017, 43669, 324425, 2455213, 18847457, 146248549, 1143973625, 9001559773, 71140399697, 564037211029, 4482514190825, 35685074651533, 284448674508737, 2269489412583109, 18119773163416025, 144743621302194493 (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-5*x) + 1/(1-6*x) + 1/(1-8*x).
E.g.f.: e^(5*x) + e^(6*x) + e^(8*x). (End)
a(n) = 19*a(n-1)-118*a(n-2)+240*a(n-3). - Wesley Ivan Hurt, Apr 26 2021
MATHEMATICA
Table[5^n + 6^n + 8^n, {n, 0, 20}]
PROG
(Magma) [5^n + 6^n + 8^n: n in [0..20]]; // Vincenzo Librandi, May 20 2011
CROSSREFS
Sequence in context: A327674 A318811 A352299 * A157455 A027308 A295371
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 September 23 03:48 EDT 2023. Contains 365532 sequences. (Running on oeis4.)