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!)
A152764 Bisection of A138144. 3
1, 111, 11011, 1100011, 110000011, 11000000011, 1100000000011, 110000000000011, 11000000000000011, 1100000000000000011, 110000000000000000011, 11000000000000000000011 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
From Colin Barker, Sep 16 2013: (Start)
a(n) = 11+11*10^(2*n-3) for n>2.
a(n) = 101*a(n-1)-100*a(n-2) for n>4.
G.f.: -x*(10*x-1)*(10*x+1)^2 / ((x-1)*(100*x-1)). (End)
EXAMPLE
n ...... a(n)
1 ....... 1
2 ...... 111
3 ..... 11011
4 .... 1100011
5 ... 110000011
MATHEMATICA
LinearRecurrence[{101, -100}, {1, 111, 11011, 1100011}, 20] (* Harvey P. Dale, Nov 26 2019 *)
PROG
(PARI) Vec(-x*(10*x-1)*(10*x+1)^2/((x-1)*(100*x-1)) + O(x^100)) \\ Colin Barker, Sep 16 2013
CROSSREFS
Sequence in context: A353112 A245549 A266809 * A249183 A071033 A267364
KEYWORD
easy,nonn,base,changed
AUTHOR
Omar E. Pol, Dec 14 2008
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 23 06:58 EDT 2024. Contains 371906 sequences. (Running on oeis4.)