Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #4 Nov 07 2016 09:13:33
%S 2,5,8,11,12,14,17,20,23,26,29,30,32,35,38,41,44,47,48,50,53,56,59,62,
%T 65,66,68,71,72,74,77,80,83,84,86,89,92,95,98,101,102,104,107,110,113,
%U 116,119,120,122,125,128,131,134,137,138,140,143,146,149,152
%N (1/2)*A277570.
%H Clark Kimberling, <a href="/A277574/b277574.txt">Table of n, a(n) for n = 1..10000</a>
%t z = 260; a[b_] := Table[Mod[n/b^IntegerExponent[n, b], b], {n, 1, z}]
%t p[b_, d_] := Flatten[Position[a[b], d]]
%t p[6, 2]/2 (* A277572 *)
%t p[6, 3]/3 (* A277573 *)
%t p[6, 4]/2 (* A277574 *)
%Y Cf. A277568, A277572, A277573.
%K nonn,easy
%O 1,1
%A _Clark Kimberling_, Nov 01 2016