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!)
A287996 Position of second occurrence of first n terms in A287108. 0

%I #8 Jun 06 2017 10:37:52

%S 5,5,11,11,11,24,24,24,24,24,24,24,54,54,54,54,54,54,54,54,54,54,54,

%T 54,54,54,54,54,124,124,124,124,124,124,124,124,124,124,124,124,124,

%U 124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124,124

%N Position of second occurrence of first n terms in A287108.

%C Lengths of runs of the same values: 2, 3, 7, 16, 37, 86, 200, 465.

%t Function[s, Table[SequencePosition[s, Take[s, n]][[2, 1]], {n, 60}]]@

%t Nest[Flatten[# /. {0 -> {1, 0}, 1 -> {2, 1}, 2 -> 0}] &, {0}, 10] (* _Michael De Vlieger_, Jun 06 2017, after _Clark Kimberling_ at A287108 *)

%Y Cf. A287108.

%K nonn

%O 1,1

%A _Zak Seidov_, Jun 04 2017

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 17 12:26 EDT 2024. Contains 372600 sequences. (Running on oeis4.)