# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a287388 Showing 1-1 of 1 %I A287388 #4 May 25 2017 13:15:11 %S A287388 3,4,8,11,13,18,21,23,25,30,32,34,38,40,45,48,49,53,57,58,62,66,68,70, %T A287388 74,76,81,84,85,89,93,95,97,101,103,108,111,113,115,119,121,126,129, %U A287388 130,134,138,139,143,146,148,153,156,158,160,165,166,170,173,175 %N A287388 Positions of 2 in A287385. %C A287388 a(n) - a(n-1) is in {1,2,3,4,5} for n >= 1; also, 3n - a(n) is in {0,1,2} for n >= 1. The first 20 numbers 3n - a(n) are 0, 2, 1, 1, 2, 0, 0, 1, 2, 0, 1, 2, 1, 2, 0, 0, 2, 1, 0, 2, with 0 in positions given by A287386. %H A287388 Clark Kimberling, Table of n, a(n) for n = 1..10000 %t A287388 s = Nest[Flatten[# /. {0->{0, 1, 2}, 1->{2, 1, 0}, 2->{0, 2, 1}}] &, {0}, 9]; (*A287385*) %t A287388 Flatten[Position[s, 0]]; (*A287386*) %t A287388 Flatten[Position[s, 1]]; (*A287387*) %t A287388 Flatten[Position[s, 2]]; (*A287388*) %Y A287388 Cf. A287385, A287386, A287387. %K A287388 nonn,easy %O A287388 1,1 %A A287388 _Clark Kimberling_, May 25 2017 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE