login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109241 Expansion of 1/((1-10x)(1-100x)). 5
1, 110, 11100, 1111000, 111110000, 11111100000, 1111111000000, 111111110000000, 11111111100000000, 1111111111000000000, 111111111110000000000, 11111111111100000000000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

a(n) has n+1 1's and n 0's. Partial sums are A109242.

LINKS

Index to sequences with linear recurrences with constant coefficients, signature (110,-1000)

FORMULA

a(n)=10^(2n+1)/9-10^n/9.

a(n)= A006516(n+1) written in base 2. - Omar E. Pol (info(AT)polprimos.com), Feb 24 2008

a(n)= A138147(n+1)/10. [From Omar E. Pol (info(AT)polprimos.com), Nov 08 2008]

a(n) = 110*a(n-1) -1000*a(n-2), n>=2. - Vincenzo Librandi, Mar 18 2011

MAPLE

A109241 := proc(n)(10^(2*n+1)-10^n)/9 ; end proc:

seq(A109241(n), n=0..20) ; # R. J. Mathar, Mar 21 2011

CROSSREFS

Cf. A006516.

Cf. A138147. [From Omar E. Pol (info(AT)polprimos.com), Nov 08 2008]

Sequence in context: A163664 A135645 A058935 * A090490 A135650 A193240

Adjacent sequences:  A109238 A109239 A109240 * A109242 A109243 A109244

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Jun 23 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:16 EST 2012. Contains 205687 sequences.