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!)
A074571 a(n) = 5^n + 6^n + 7^n. 1
3, 18, 110, 684, 4322, 27708, 179930, 1181604, 7835042, 52384428, 352707050, 2388951924, 16262210162, 111170407548, 762690752570, 5248264072644, 36206628367682, 250320112885068, 1733788251844490, 12027328411711764 (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-7*x).
E.g.f.: e^(5*x) + e^(6*x) + e^(7*x). (End)
MATHEMATICA
Table[5^n + 6^n + 7^n, {n, 0, 20}]
LinearRecurrence[{18, -107, 210}, {3, 18, 110}, 30] (* Harvey P. Dale, Apr 29 2014 *)
PROG
(Magma) [5^n + 6^n + 7^n: n in [0..20]]; // Vincenzo Librandi, May 20 2011
CROSSREFS
Sequence in context: A036724 A037767 A037655 * A114311 A134092 A000274
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 May 3 05:28 EDT 2024. Contains 372205 sequences. (Running on oeis4.)