The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A074554 a(n) = 3^n + 5^n + 9^n. 1
3, 17, 115, 881, 7267, 62417, 547795, 4863281, 43443907, 389393297, 3496609075, 31430064881, 282674208547, 2543088125777, 22882900753555, 205921664021681, 1853172819789187, 16677944768259857, 150098450381685235 (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-9*x).
E.g.f.: exp(3*x) + exp(5*x) + exp(9*x). (End)
a(n) = 17*a(n-1) - 87*a(n-2) + 135*a(n-3).
MATHEMATICA
Table[3^n + 5^n + 9^n, {n, 0, 20}]
LinearRecurrence[{17, -87, 135}, {3, 17, 115}, 30] (* Harvey P. Dale, Nov 27 2012 *)
PROG
(Magma) [3^n + 5^n + 9^n: n in [0..30]]; // Vincenzo Librandi, Jun 13 2011
CROSSREFS
Sequence in context: A271611 A112111 A365856 * A367945 A074544 A165976
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 05:44 EDT 2024. Contains 373054 sequences. (Running on oeis4.)