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!)
A043525 Numbers having one 9 in base 10. 11
9, 19, 29, 39, 49, 59, 69, 79, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 109, 119, 129, 139, 149, 159, 169, 179, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 209, 219, 229, 239, 249, 259, 269, 279, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 309, 319 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Enrique Pérez Herrero, Table of n, a(n) for n = 1..2000
FORMULA
Sum_{n>=1} 1/a(n) = A140502. - Amiram Eldar, Nov 14 2020
MATHEMATICA
Select[Range[300], DigitCount[#, 10, 9]==1&] (* Harvey P. Dale, Jan 19 2013 *)
PROG
(Python)
def ok(n): return str(n).count('9') == 1
print(list(filter(ok, range(320)))) # Michael S. Branicky, Sep 19 2021
CROSSREFS
Subsequence of A011539.
Sequence in context: A088923 A011539 A088479 * A277596 A031499 A017377
KEYWORD
nonn,base
AUTHOR
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 June 30 13:28 EDT 2024. Contains 373871 sequences. (Running on oeis4.)