login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A199023 (6*11^n - 1) / 5. 6
1, 13, 145, 1597, 17569, 193261, 2125873, 23384605, 257230657, 2829537229, 31124909521, 342374004733, 3766114052065, 41427254572717, 455699800299889, 5012697803298781, 55139675836286593, 606536434199152525 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Sum of n-th row of triangle of powers of 11: 1; 1 11 1; 1 11 121 11 1; 1 11 121 1331 121 11 1; ... - Philippe Deléham, Feb 23 2014
LINKS
FORMULA
a(n) = 11*a(n-1)+2.
a(n) = 12*a(n-1)-11*a(n-2), n>1.
G.f.: (1 + x)/(1 - 12*x + 11*x^2). - Vincenzo Librandi, Jan 04 2013
a(n) = Sum_{k=0..n} A112468(n,k)*12^k. - Philippe Deléham, Feb 23 2014
EXAMPLE
a(0) = 1;
a(1) = 1 + 11 + 1 = 13;
a(2) = 1 + 11 + 121 + 11 + 1 = 145;
a(3) = 1 + 11 + 121 + 1331 + 121 + 11 + 1 = 1597; etc. - Philippe Deléham, Feb 23 2014
MATHEMATICA
CoefficientList[Series[(1 + x)/(1 - 12*x + 11*x^2), {x, 0, 30}], x] (* Vincenzo Librandi, Jan 04 2013 *)
PROG
(Magma) [(6*11^n-1)/5 : n in [0..20]]
(PARI) a(n)=(6*11^n-1)/5 \\ Charles R Greathouse IV, Oct 07 2015
CROSSREFS
Sequence in context: A038492 A270579 A297223 * A152585 A014881 A048442
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 December 2 16:29 EST 2023. Contains 367525 sequences. (Running on oeis4.)