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!)
A287569 Positions of 2 in A287566. 5

%I #4 May 31 2017 21:24:44

%S 2,8,11,13,19,21,26,32,33,38,44,47,52,55,57,62,65,70,76,79,84,87,89,

%T 94,98,104,107,109,115,117,122,128,132,135,137,142,146,152,155,157,

%U 163,165,170,176,177,182,188,191,195,197,202,208,209,214,220,223,228

%N Positions of 2 in A287566.

%C a(n) - a(n-1) is in {1,2,3,4,5,6,7} for n >= 1; also, 4n - a(n) is in {0,1,2,3} for n >= 1. The first 20 numbers 4n - a(n) are 2, 0, 1, 3, 1, 3, 2, 0, 3, 2, 0, 1, 0, 1, 3, 2, 3, 2, 0, 1, with

%C 0 in positions given by A287569,

%C 1 in positions given by A287570,

%C 2 in positions given by A287567,

%C 3 in positions given by A287568.

%H Clark Kimberling, <a href="/A287569/b287569.txt">Table of n, a(n) for n = 1..10000</a>

%t s = Nest[Flatten[# /. {0 -> {0, 2, 3, 1}, 1 -> {2, 3, 2, 0}, 2 -> {3, 1, 0, 2}, 3 -> {1, 0, 2, 3}}] &, {0}, 9]; (* A287566 *)

%t Flatten[Position[s, 0]]; (* A287567 *)

%t Flatten[Position[s, 1]]; (* A287568 *)

%t Flatten[Position[s, 2]]; (* A287569 *)

%t Flatten[Position[s, 3]]; (* A287570 *)

%Y Cf. A287566, A287567, A287568, A287570.

%K nonn,easy

%O 1,1

%A _Clark Kimberling_, May 31 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 April 19 10:31 EDT 2024. Contains 371791 sequences. (Running on oeis4.)