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!)
A173735 a(n) = (10^n + 26)/9. 1
3, 4, 14, 114, 1114, 11114, 111114, 1111114, 11111114, 111111114, 1111111114, 11111111114, 111111111114, 1111111111114, 11111111111114, 111111111111114, 1111111111111114, 11111111111111114, 111111111111111114 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..100 (term 0 added by Ivan Panchenko)
FORMULA
a(n) = a(n-1)+10^(n-1) = 10*a(n-1)-26, a(0)=3.
a(n) = 11*a(n-1)-10*a(n-2). - Vincenzo Librandi, Jul 05 2012
a(n) = (A002279(n-1)+2)*2. - Martin Ettl, Nov 12 2012
G.f.: (3-29*x)/((1-x)*(1-10*x)). - Ivan Panchenko, Nov 05 2013
MATHEMATICA
CoefficientList[Series[(3-29*x)/((1-x)*(1-10*x)), {x, 0, 30}], x] (* Ivan Panchenko, Nov 05 2013 *)
PROG
(Magma) [(10^n+26)/9: n in [0..20]]; // Ivan Panchenko, Nov 05 2013
(Maxima) A173735(n):=(10^n+26)/9$
makelist(A173735(n), n, 0, 20); /* Ivan Panchenko, Nov 03 2013 */
CROSSREFS
Sequence in context: A176857 A356463 A248152 * A368456 A286705 A286081
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Feb 23 2010
EXTENSIONS
a(0) from Ivan Panchenko, Nov 05 2013
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)