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!)
A173835 10^n+2*n. 1
1, 12, 104, 1006, 10008, 100010, 1000012, 10000014, 100000016, 1000000018, 10000000020, 100000000022, 1000000000024, 10000000000026, 100000000000028, 1000000000000030, 10000000000000032, 100000000000000034 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1-19*x^2)/((1-x)^2*(1-10*x)). - Vincenzo Librandi, Jul 06 2012
a(n) = 11*a(n-1) -10*a(n-2) -18. - Vincenzo Librandi, Jul 06 2012
MATHEMATICA
CoefficientList[Series[(1-19*x^2)/((1-x)^2*(1-10*x)), {x, 0, 40}], x] (* Vincenzo Librandi, Jul 06 2012 *)
LinearRecurrence[{12, -21, 10}, {1, 12, 104}, 20] (* Harvey P. Dale, Dec 01 2015 *)
PROG
(Magma) I:=[1, 12]; [n le 2 select I[n] else 11*Self(n-1)-10*Self(n-2)-18: n in [1..20]]; // Vincenzo Librandi, Jul 06 2012
CROSSREFS
Sequence in context: A222540 A279301 A003431 * A334168 A220111 A353549
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Feb 26 2010
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 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)