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!)
A277574 (1/2)*A277570. 4

%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

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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)