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!)
A074514 1^n + 4^n + 8^n. 0
3, 13, 81, 577, 4353, 33793, 266241, 2113537, 16842753, 134479873, 1074790401, 8594128897, 68736253953, 549822922753, 4398314946561, 35185445830657, 281479271677953, 2251816993554433, 18014467228958721, 144115462953762817 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: 1/(1-x)+1/(1-4*x)+1/(1-8*x). E.g.f.: e^x+e^(4*x)+e^(8*x). - Mohammad K. Azarian, Dec 26 2008
a(n)=12*a(n-1)-32*a(n-2)+21 with a(0)=3, a(1)=13. - Vincenzo Librandi, Jul 21 2010
a(0)=3, a(1)=13, a(2)=81, a(n)=13*a(n-1)-44*a(n-2)+32*a(n-3). - Harvey P. Dale, Jun 30 2011
MATHEMATICA
Table[1^n + 4^n + 8^n, {n, 0, 20}]
LinearRecurrence[{13, -44, 32}, {3, 13, 81}, 20] (* Harvey P. Dale, Jun 30 2011 *)
CROSSREFS
Equals A063481(n) + 1.
Sequence in context: A308521 A183278 A331643 * A020014 A184972 A160882
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)