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!)
A277596 Numbers k such that k/10^m == 9 mod 10, where 10^m is the greatest power of 10 that divides n. 9
9, 19, 29, 39, 49, 59, 69, 79, 89, 90, 99, 109, 119, 129, 139, 149, 159, 169, 179, 189, 190, 199, 209, 219, 229, 239, 249, 259, 269, 279, 289, 290, 299, 309, 319, 329, 339, 349, 359, 369, 379, 389, 390, 399, 409, 419, 429, 439, 449, 459, 469, 479, 489, 490 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Positions of 9 in A065881.
Numbers having 9 as rightmost nonzero digit in base 10. This is one sequence in a 10-way splitting of the positive integers; the other nine are indicated in the Mathematica program.
LINKS
MATHEMATICA
z = 460; a[b_] := Table[Mod[n/b^IntegerExponent[n, b], b], {n, 1, z}]
p[b_, d_] := Flatten[Position[a[b], d]]
p[10, 1] (* A277588 *)
p[10, 2] (* A277589 *)
p[10, 3] (* A277590 *)
p[10, 4] (* A277591 *)
p[10, 5] (* A277592 *)
p[10, 6] (* A277593 *)
p[10, 7] (* A277594 *)
p[10, 8] (* A277595 *)
p[10, 9] (* A277596 *)
PROG
(PARI) is(n)=n && n/10^valuation(n, 10)%10==9 \\ Charles R Greathouse IV, Jan 31 2017
CROSSREFS
Sequence in context: A011539 A088479 A043525 * A031499 A017377 A363060
KEYWORD
nonn,easy,base
AUTHOR
Clark Kimberling, Nov 07 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 April 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)