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!)
A074525 a(n) = 1^n + 8^n + 9^n. 0
3, 18, 146, 1242, 10658, 91818, 793586, 6880122, 59823938, 521638218, 4560526226, 39970994202, 351149013218, 3091621642218, 27274838966066, 241075504183482, 2134495165562498, 18928981513351818, 168109033806481106 (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-x) + 1/(1-8*x) + 1/(1-9*x).
E.g.f.: e^x + e^(8*x) + e^(9*x). (End)
a(n) = 17*a(n-1) - 72*a(n-2) + 56 with a(0)=3, a(1)=18. - Vincenzo Librandi, Jul 21 2010
a(0)=3, a(1)=18, a(2)=146, a(n) = 18*a(n-1) - 89*a(n-2) + 72*a(n-3). - Harvey P. Dale, Mar 23 2012
MATHEMATICA
Table[1^n + 8^n + 9^n, {n, 0, 20}]
LinearRecurrence[{18, -89, 72}, {3, 18, 146}, 20] (* Harvey P. Dale, Mar 23 2012 *)
CROSSREFS
Sequence in context: A289428 A123308 A177383 * A118331 A371825 A240921
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 16 01:40 EDT 2024. Contains 371696 sequences. (Running on oeis4.)