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!)
A155665 11^n+8^n-1. 9
1, 18, 184, 1842, 18736, 193818, 2033704, 21584322, 231136096, 2492165418, 27011166424, 293901605202, 3207147853456, 35072467957818, 384147880094344, 4212432541504482, 46231204840282816, 507698828312979018 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/(1-11*x)+1/(1-8*x)-1/(1-x). E.g.f.: e^(11*x)+e^(8*x)-e^x.
a(n)=19*a(n-1)-88*a(n-2)-70 with a(0)=1, a(1)=18 - Vincenzo Librandi, Jul 21 2010
a(0)=1, a(1)=18, a(2)=184, a(n)=20*a(n-1)-107*a(n-2)+88*a(n-3) [From Harvey P. Dale, May 18 2011]
MATHEMATICA
Table[11^n+8^n-1, {n, 0, 20}] (* or *) LinearRecurrence[{20, -107, 88}, {1, 18, 184}, 20] (* Harvey P. Dale, May 18 2011 *)
PROG
(PARI) a(n)=11^n+8^n-1 \\ Charles R Greathouse IV, Jun 11 2015
CROSSREFS
Sequence in context: A026091 A178260 A296778 * A036396 A036394 A246059
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Jan 31 2009
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 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)