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!)
A074606 a(n) = 3^n + 5^n. 16
2, 8, 34, 152, 706, 3368, 16354, 80312, 397186, 1972808, 9824674, 49005272, 244672066, 1222297448, 6108298594, 30531927032, 152630937346, 763068593288, 3815084686114, 19074648589592, 95370918425026, 476847618556328 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Mohammad K. Azarian, Jan 11 2009: (Start)
G.f.: 1/(1-3*x) + 1/(1-5*x).
E.g.f.: exp(3*x) + exp(5*x). (End)
a(n) = 8*a(n-1) - 15*a(n-2) with a(0)=2, a(1)=8. - Vincenzo Librandi, Jul 21 2010
a(n) = 2*A081186(n). - R. J. Mathar, Mar 10 2022
MATHEMATICA
Table[3^n + 5^n, {n, 0, 25}]
PROG
(Magma) [3^n + 5^n: n in [0..35]]; // Vincenzo Librandi, Apr 30 2011
(PARI) a(n)=3^n+5^n \\ Charles R Greathouse IV, Sep 28 2015
(SageMath) [3^n+5^n for n in range(41)] # G. C. Greubel, Jan 14 2024
CROSSREFS
Sequence in context: A150889 A150890 A150891 * A002928 A150892 A150893
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Aug 25 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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)