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!)
A198974 2*11^n-1. 1
1, 21, 241, 2661, 29281, 322101, 3543121, 38974341, 428717761, 4715895381, 51874849201, 570623341221, 6276856753441, 69045424287861, 759499667166481, 8354496338831301, 91899459727144321, 1010894056998587541, 11119834626984462961 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 11*a(n-1)+10.
a(n) = 12*a(n-1)-11*a(n-2), n>1.
G.f.: (1 + 9*x)/(1 - 12*x + 11*x^2). - Vincenzo Librandi, Jan 04 2013
MATHEMATICA
CoefficientList[Series[(1 + 9*x)/(1 - 12*x + 11*x^2), {x, 0, 30}], x] (* Vincenzo Librandi, Jan 04 2013 *)
2*11^Range[0, 20]-1 (* or *) LinearRecurrence[{12, -11}, {1, 21}, 20] (* Harvey P. Dale, Dec 25 2019 *)
PROG
(Magma) [2*11^n-1 : n in [0..20]]
CROSSREFS
Sequence in context: A317428 A089937 A175843 * A271792 A177730 A199300
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 02 2011
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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)