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!)
A074559 a(n) = 3^n + 7^n + 9^n. 1
3, 19, 139, 1099, 9043, 76099, 649819, 5608699, 48818083, 427793779, 3769318699, 33358563499, 296271355123, 2638756433059, 23555020310779, 210638707953499, 1886253162468163, 16909812342793939, 151723049282330059 (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-9*x).
E.g.f.: exp(3*x) + exp(7*x) + exp(9*x). (End)
a(n) = 19*a(n-1) - 111*a(n-2) + 189*a(n-3). - Wesley Ivan Hurt, Apr 11 2023
MATHEMATICA
Table[3^n + 7^n + 9^n, {n, 0, 20}]
PROG
(Magma) [3^n + 7^n + 9^n: n in [0..20]]; // Vincenzo Librandi, Aug 24 2011
CROSSREFS
Sequence in context: A156894 A221374 A073515 * A027314 A025571 A221266
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 4 13:10 EDT 2024. Contains 373098 sequences. (Running on oeis4.)