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!)
A155670 11^n+9^n-1^n 4
1, 19, 201, 2059, 21201, 220099, 2303001, 24270139, 257405601, 2745368179, 29424209001, 316692730219, 3420857913201, 37064577972259, 402626626038201, 4383139301510299, 47802750052424001, 522124210198960339 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/(1-11*x)+1/(1-9*x)-1/(1-x). E.g.f.: e^(11*x)+e^(9*x)-e^x.
a(n)=20*a(n-1)-99*a(n-2)-80 with a(0)=1, a(1)=19 - Vincenzo Librandi, Jul 21 2010
MATHEMATICA
Table[11^n+9^n-1^n, {n, 0, 30}] (* Harvey P. Dale, Mar 26 2011 *)
PROG
(PARI) a(n)=11^n+9^n-1^n \\ Charles R Greathouse IV, Oct 16 2015
CROSSREFS
Sequence in context: A055558 A160452 A113596 * A085770 A002501 A180364
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Feb 01 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 19 14:10 EDT 2024. Contains 371792 sequences. (Running on oeis4.)