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
2, 5, 8, 11, 12, 14, 17, 20, 23, 26, 29, 30, 32, 35, 38, 41, 44, 47, 48, 50, 53, 56, 59, 62, 65, 66, 68, 71, 72, 74, 77, 80, 83, 84, 86, 89, 92, 95, 98, 101, 102, 104, 107, 110, 113, 116, 119, 120, 122, 125, 128, 131, 134, 137, 138, 140, 143, 146, 149, 152 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Clark Kimberling, Table of n, a(n) for n = 1..10000

MATHEMATICA

z = 260; a[b_] := Table[Mod[n/b^IntegerExponent[n, b], b], {n, 1, z}]

p[b_, d_] := Flatten[Position[a[b], d]]

p[6, 2]/2 (* A277572 *)

p[6, 3]/3 (* A277573 *)

p[6, 4]/2 (* A277574 *)

CROSSREFS

Cf. A277568, A277572, A277573.

Sequence in context: A070328 A124934 A125217 * A177966 A083422 A187581

Adjacent sequences: A277571 A277572 A277573 * A277575 A277576 A277577

KEYWORD

nonn,easy

AUTHOR

Clark Kimberling, Nov 01 2016

STATUS

approved

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 March 30 16:58 EDT 2023. Contains 361622 sequences. (Running on oeis4.)