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!)
A033137 Decimal expansion of a(n) is given by the first n terms of the periodic sequence with initial period 1,1,0. 6
1, 11, 110, 1101, 11011, 110110, 1101101, 11011011, 110110110, 1101101101, 11011011011, 110110110110, 1101101101101, 11011011011011, 110110110110110, 1101101101101101 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: x*(1+x) / ( (x-1)*(10*x-1)*(1+x+x^2) ). - R. J. Mathar, Jan 08 2011
MATHEMATICA
Table[FromDigits[PadRight[{}, n, {1, 1, 0}]], {n, 20}] (* Harvey P. Dale, Aug 13 2014 *)
CoefficientList[Series[(1 + x)/((x - 1) (10 x - 1) (1 + x + x^2)), {x, 0, 20}], x] (* Vincenzo Librandi, Aug 14 2014 *)
CROSSREFS
Sequence in context: A281281 A281636 A281088 * A065829 A261299 A081933
KEYWORD
nonn,base,easy
AUTHOR
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)