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!)
A074547 a(n) = 3^n + 4^n + 5^n. 1
3, 12, 50, 216, 962, 4392, 20450, 96696, 462722, 2234952, 10873250, 53199576, 261449282, 1289406312, 6376734050, 31605668856, 156925904642, 780248462472, 3883804162850, 19349526496536, 96470430052802, 481245665067432 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Mohammad K. Azarian, Dec 28 2008: (Start)
G.f.: 1/(1-3*x) + 1/(1-4*x) + 1/(1-5*x).
E.g.f.: exp(3*x) + exp(4*x) + exp(5*x). (End)
a(n) = 12*a(n-1) - 47*a(n-2) + 60*a(n-3).
MATHEMATICA
Table[3^n + 4^n + 5^n, {n, 0, 21}]
PROG
(Magma) [3^n + 4^n + 5^n: n in [0..30]]; // Vincenzo Librandi, Jun 13 2011
CROSSREFS
Sequence in context: A108080 A113441 A119976 * A151178 A151179 A191242
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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)