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!)
A277600 (1/2)*A277593. 4
3, 8, 13, 18, 23, 28, 30, 33, 38, 43, 48, 53, 58, 63, 68, 73, 78, 80, 83, 88, 93, 98, 103, 108, 113, 118, 123, 128, 130, 133, 138, 143, 148, 153, 158, 163, 168, 173, 178, 180, 183, 188, 193, 198, 203, 208, 213, 218, 223, 228, 230, 233, 238, 243, 248, 253 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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[10, 2]/2 (* A277597 *)
p[10, 4]/3 (* A277598 *)
p[10, 5]/5 (* A277599 *)
p[10, 6]/2 (* A277600 *)
p[10, 8]/2 (* A277601 *)
CROSSREFS
Sequence in context: A282025 A310306 A095762 * A016885 A190517 A105502
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Nov 12 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 May 5 23:49 EDT 2024. Contains 372290 sequences. (Running on oeis4.)