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!)
A287555 Positions of 3 in A053839. 6

%I #4 May 31 2017 15:47:03

%S 4,7,10,13,19,22,25,32,34,37,44,47,49,56,59,62,67,70,73,80,82,85,92,

%T 95,97,104,107,110,116,119,122,125,130,133,140,143,145,152,155,158,

%U 164,167,170,173,179,182,185,192,193,200,203,206,212,215,218,221,227

%N Positions of 3 in A053839.

%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 0, 1, 2, 3, 1, 2, 3, 0, 2, 3, 0, 1, 3, 0, 1, 2, 1, 2, 3, 0, with

%C 0 in positions given by A287552,

%C 1 in positions given by A287553,

%C 2 in positions given by A287554,

%C 3 in positions given by A287555.

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

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

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

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

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

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

%Y Cf. A053839, A287552, A287553, A287554.

%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 26 05:58 EDT 2024. Contains 371990 sequences. (Running on oeis4.)