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!)
A155672 11^n-9^n+1^n 2
1, 3, 41, 603, 8081, 102003, 1240121, 14704203, 171312161, 1970527203, 22450640201, 253930611003, 2855998840241, 31980846315603, 356873041128281, 3971357037321003, 44096709674720321, 488769846799627203 (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)=3 [From Vincenzo Librandi, Jul 21 2010]
MATHEMATICA
Table[11^n-9^n+1, {n, 0, 30}] (* or *) LinearRecurrence[{21, -119, 99}, {1, 3, 41}, 30] (* Harvey P. Dale, May 07 2019 *)
CROSSREFS
Sequence in context: A305667 A213378 A189356 * A073844 A138961 A075022
KEYWORD
nonn
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 28 21:55 EDT 2024. Contains 372095 sequences. (Running on oeis4.)