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!)
A074527 a(n) = 2^n + 3^n + 5^n. 9
3, 10, 38, 160, 722, 3400, 16418, 80440, 397442, 1973320, 9825698, 49007320, 244676162, 1222305640, 6108314978, 30531959800, 152631002882, 763068724360, 3815084948258, 19074649113880, 95370919473602, 476847620653480 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Mohammad K. Azarian, Dec 26 2008: (Start)
G.f.: 1/(1-2*x) + 1/(1-3*x) + 1/(1-5*x).
E.g.f.: exp(2*x) + exp(3*x) + exp(5*x). (End)
MATHEMATICA
Table[2^n + 3^n + 5^n, {n, 0, 21}]
LinearRecurrence[{10, -31, 30}, {3, 10, 38}, 30] (* Harvey P. Dale, Feb 05 2022 *)
PROG
(Magma) [2^n + 3^n + 5^n: n in [0..25]]; // Vincenzo Librandi, Jun 11 2011
(PARI) a(n)=2^n+3^n+5^n \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A000902 A151063 A103138 * A338781 A359109 A346815
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)