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!)
A074552 a(n) = 3^n + 5^n + 7^n. 1
3, 15, 83, 495, 3107, 20175, 134003, 903855, 6161987, 42326415, 292299923, 2026332015, 14085959267, 98111307855, 684331371443, 4778093436975, 33385561506947, 233393582580495, 1632228682596563, 11417969833962735 (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-5*x) + 1/(1-7*x).
E.g.f.: exp(3*x) + exp(5*x) + exp(7*x). (End)
a(n) = 15*a(n-1) - 71*a(n-2) + 105*a(n-3).
MATHEMATICA
Table[3^n + 5^n + 7^n, {n, 0, 20}]
LinearRecurrence[{15, -71, 105}, {3, 15, 83}, 20] (* Harvey P. Dale, Jul 16 2020 *)
PROG
(Magma) [3^n + 5^n + 7^n: n in [0..30]]; // Vincenzo Librandi, Jun 13 2011
CROSSREFS
Sequence in context: A026019 A354660 A118356 * A193658 A195885 A115910
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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)