The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A187181 Parse the infinite string 012012012012... into distinct phrases 0, 1, 2, 01, 20, 12, 012, ...; a(n) = length of n-th phrase. 2
1, 1, 1, 2, 2, 2, 3, 4, 3, 4, 3, 4, 5, 5, 5, 6, 7, 6, 7, 6, 7, 8, 8, 8, 9, 10, 9, 10, 9, 10, 11, 11, 11, 12, 13, 12, 13, 12, 13, 14, 14, 14, 15, 16, 15, 16, 15, 16, 17, 17, 17, 18, 19, 18, 19, 18, 19, 20, 20, 20, 21, 22, 21, 22, 21, 22, 23, 23, 23, 24, 25, 24, 25, 24, 25, 26, 26, 26, 27, 28, 27, 28, 27, 28, 29, 29, 29, 30, 31, 30, 31, 30, 31, 32, 32, 32, 33, 34, 33, 34 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
See A187180 for details.
LINKS
Index entries for linear recurrences with constant coefficients, signature (1, 0, 0, 0, 0, 0, 0, 0, 1, -1).
FORMULA
After the initial block of three 1's, the sequence is quasi-periodic with period 9, increasing by 3 after each block.
From Colin Barker, Nov 05 2015: (Start)
a(n) = a(n-1) + a(n-9) - a(n-10) for n>12.
G.f.: x*(x^11-x^10-x^8+x^7+x^6+x^3+1) / ((x-1)^2*(x^2+x+1)*(x^6+x^3+1)).
(End)
EXAMPLE
The sequence begins
1 1 1
2 2 2 3 4 3 4 3 4
5 5 5 6 7 6 7 6 7
8 8 8 9 10 9 10 9 10
11 11 11 12 13 12 13 12 13
14 14 14 15 16 15 16 15 16 ...
MATHEMATICA
Join[{1, 1}, LinearRecurrence[{1, 0, 0, 0, 0, 0, 0, 0, 1, -1}, {1, 2, 2, 2, 3, 4, 3, 4, 3, 4}, 98]] (* Ray Chandler, Aug 26 2015 *)
PROG
(PARI) Vec(x*(x^11-x^10-x^8+x^7+x^6+x^3+1)/((x-1)^2*(x^2+x+1)*(x^6+x^3+1)) + O(x^100)) \\ Colin Barker, Nov 05 2015
CROSSREFS
See A187180-A187188 for alphabets of size 2 through 10.
Sequence in context: A228074 A152803 A347102 * A211187 A241504 A342247
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Mar 06 2011
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 May 14 06:43 EDT 2024. Contains 372528 sequences. (Running on oeis4.)