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!)
A144564 Bisection of A147757. 3
1, 101, 10101, 1011101, 101111101, 10111111101, 1011111111101, 101111111111101, 10111111111111101, 1011111111111111101, 101111111111111111101, 10111111111111111111101 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f. x*(1+10*x)*(100*x^2-10*x+1)/( (100*x-1)*(x-1)) .- R. J. Mathar, Aug 24 2011
EXAMPLE
n ...... a(n)
1 ....... 1
2 ...... 101
3 ..... 10101
4 .... 1011101
5 ... 101111101
MATHEMATICA
Rest[CoefficientList[Series[x(1+10x)(100x^2-10x+1)/((100x-1)(x-1)), {x, 0, 20}], x]] (* or *) Join[{1, 101}, Table[FromDigits[Join[{1, 0}, PadRight[ {}, 2n+1, 1], {0, 1}]], {n, 0, 20}]] (* Harvey P. Dale, Dec 26 2014 *)
CROSSREFS
Sequence in context: A263244 A368417 A094028 * A261965 A255892 A065074
KEYWORD
easy,nonn,base
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 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)